Skip to content

Commit

Permalink
setup.py: add classifiers in for dj30, py38 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogost authored and blueyed committed Dec 26, 2019
1 parent 4b83be9 commit 00e7bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read(fname):
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand All @@ -63,6 +64,7 @@ def read(fname):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Testing',
Expand Down

0 comments on commit 00e7bee

Please sign in to comment.