Skip to content

Commit

Permalink
Update PyPI classifiers (production, py3.5) (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst authored Oct 17, 2019
1 parent 3076a57 commit 74eca52
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 @@ -42,11 +42,12 @@ def find_stubs(package):
keywords='python dynamodb amazon',
install_requires=install_requires,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',
],
Expand Down

0 comments on commit 74eca52

Please sign in to comment.