Skip to content

Commit

Permalink
Merge pull request #3 from namanbharadwaj/patch-1
Browse files Browse the repository at this point in the history
add python_requires to setup.py
  • Loading branch information
dgaus authored Sep 6, 2018
2 parents 00a01b9 + e753d51 commit 9e45c13
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 @@ -22,6 +22,7 @@
long_description='A library for manipulating CVSS v2 and v3 vectors. Visit the github page '
'(https://github.com/ctxis/cvsslib) for examples and documentation.',
install_requires=requirements,
python_requires='>=3',
entry_points={
'console_scripts': ['cvss=cvsslib.command:main'],
},
Expand Down

0 comments on commit 9e45c13

Please sign in to comment.