Skip to content

Commit

Permalink
Update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbowman committed Jan 16, 2019
1 parent adb3275 commit 6e5f24b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion organizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
edx-organizations app initialization module
"""
__version__ = '1.0.0' # pragma: no cover
__version__ = '1.0.1' # pragma: no cover
12 changes: 9 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,23 @@
url='https://github.com/edx/edx-organizations',
license='AGPL',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Framework :: Django',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
],
packages=find_packages(exclude=['tests']),
install_requires=[
'django>=1.8,<2.0',
'django>=1.11,<2.0',
'django-model-utils>=1.4.0',
'djangorestframework>=3.2.0,<3.7.0',
'djangorestframework-oauth>=1.1.0,<2.0.0',
Expand Down

0 comments on commit 6e5f24b

Please sign in to comment.