Skip to content

Commit

Permalink
Make sure Python 2.7 compatibility is known
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Jan 12, 2021
1 parent 11afedc commit 2b438e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It's main features are:

# Setup

cryptidy requires Python 3.4+
cryptidy requires Python 2.7+

`pip install cryptidy`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
keywords=['cryptography', 'symmetric', 'asymmetric', 'high', 'level', 'api', 'easy'],
long_description=long_description,
long_description_content_type='text/markdown',
pyton_requires='>=3.3',
pyton_requires='>=2.7',
install_requires=[
'pycryptodomex',
],
classifiers=[
# command_runner is mature
# cryptidy is mature
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Software Development",
Expand Down

0 comments on commit 2b438e4

Please sign in to comment.