Skip to content

Commit

Permalink
Now ready to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
raysalemi committed Aug 11, 2021
1 parent bc68c87 commit 5e753e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ venv
*~
build
dist
pyuvm.egg-info
*.egg-info
.tox
examples/*/modelsim.ini
examples/*/transcript
Expand Down
16 changes: 10 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[metadata]
name = pyuvm-raysalemi
version = 2.0a
name = pyuvm
version = 2.0a0
author = Ray Salemi
author_email = ray@raysalemi.com
description = Python Implementation of Universal Verification Methodology using cocotb
description = Python implementation of the Universal Verification Methodology (UVM) using cocotb
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pypa/sampleproject
project_urls =https://github.com/pyuvm/pyuvm
Bug Tracker = https://github.com/pyuvm/pyuvm/issues
project_urls=
Bug Tracker=https://github.com/pyuvm/pyuvm/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Expand All @@ -19,6 +19,10 @@ package_dir =
= pyuvm
packages = find:
python_requires = >=3.6


install_requires =
cocotb >= 1.5.2

[options.packages.find]
where = pyuvm

0 comments on commit 5e753e2

Please sign in to comment.