Skip to content

Commit

Permalink
Add minimum Python version to packaging metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jul 16, 2019
1 parent c8b30e3 commit 6aebac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -184,5 +184,6 @@ def run(self):
],
# Same here.
extras_require={'dmypy': 'psutil >= 4.0'},
python_requires=">=3.5",
include_package_data=True,
)

0 comments on commit 6aebac8

Please sign in to comment.