mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-04 06:11:41 +01:00
Update setup.cfg
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
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
This commit is contained in:
parent
7f17461d73
commit
a6060fa2a8
@ -1,10 +1,9 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = ariths_gen
|
name = ariths_gen
|
||||||
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
|
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
|
||||||
|
version = attr: ariths_gen.VERSION
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
||||||
|
|
||||||
license = MIT
|
license = MIT
|
||||||
author = Jan Klhufek, Vojtech Mrazek
|
author = Jan Klhufek, Vojtech Mrazek
|
||||||
author_email = iklhufek@fit.vutbr.cz
|
author_email = iklhufek@fit.vutbr.cz
|
||||||
@ -17,3 +16,4 @@ project_urls =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
|
python_requires = >=3.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user