Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Add python_requires to setup module
Browse files Browse the repository at this point in the history
  • Loading branch information
rightlag committed Sep 13, 2017
1 parent 579cb9a commit 20c6f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
'console_scripts': ['aptos = aptos.__main__:main'],
},
license='License :: OSI Approved :: Apache Software License',
keywords=['json-schema', 'avro', 'validation']
keywords=['json-schema', 'avro', 'validation'],
python_requires='>=3.5'
)

0 comments on commit 20c6f6e

Please sign in to comment.