ariths-gen/setup.cfg
Vojta Mrazek a6060fa2a8
Some checks failed
CodeQL / Analyze (python) (push) Failing after 49s
BUILD / build (push) Failing after 23s
BUILD / test (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.10) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.11) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.7) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.8) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.9) (push) Has been skipped
BUILD / documentation (push) Has been skipped
Update setup.cfg
2024-12-13 12:51:46 +01:00

20 lines
574 B
INI

[metadata]
name = ariths_gen
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
version = attr: ariths_gen.VERSION
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
author = Jan Klhufek, Vojtech Mrazek
author_email = iklhufek@fit.vutbr.cz
url = https://github.com/ehw-fit/ariths-gen
download_urls = https://pypi.org/project/ariths-gen
project_urls =
Code = https://github.com/ehw-fit/ariths-gen
Issue tracker = https://github.com/ehw-fit/ariths-gen/issues
[options]
packages = find:
python_requires = >=3.8