Skip to content

Commit

Permalink
setup.py: constrain Python version
Browse files Browse the repository at this point in the history
Installation should be constraint to supported Python versions, using `python_requires`,
refer to [1] for details.

[1] https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
  • Loading branch information
peteut authored and whitequark committed Feb 22, 2019
1 parent 8ee6bd8 commit 342bdbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
license="BSD",
install_requires=["pyvcd>=0.1.4", "bitarray"],
packages=find_packages(),
python_requires=">=3.6",
project_urls={
#"Documentation": "https://glasgow.readthedocs.io/",
"Source Code": "https://github.com/m-labs/nmigen",
Expand Down

0 comments on commit 342bdbe

Please sign in to comment.