Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazekv authored Dec 13, 2024
1 parent adfcfc5 commit 7f17461
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[metadata]
name = ariths_gen
version = 0.0.2
description = "arithmetic circuits generator"
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
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:
packages = find:

0 comments on commit 7f17461

Please sign in to comment.