Skip to content

Commit

Permalink
Update setup.py classifiers to include py2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Apr 8, 2017
1 parent 2c32cdf commit 1b702bf
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 @@ -11,7 +11,7 @@

setup(
name="django-onfido",
version="0.10.0-dev",
version="0.10.0",
packages=find_packages(),
install_requires=REQUIREMENTS,
include_package_data=True,
Expand All @@ -30,6 +30,7 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down

0 comments on commit 1b702bf

Please sign in to comment.