Skip to content

Commit 00e7bee

Browse files
Mogostblueyed
authored andcommitted
setup.py: add classifiers in for dj30, py38 (#789)
1 parent 4b83be9 commit 00e7bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read(fname):
5454
'Framework :: Django :: 2.0',
5555
'Framework :: Django :: 2.1',
5656
'Framework :: Django :: 2.2',
57+
'Framework :: Django :: 3.0',
5758
'Intended Audience :: Developers',
5859
'License :: OSI Approved :: BSD License',
5960
'Operating System :: OS Independent',
@@ -63,6 +64,7 @@ def read(fname):
6364
'Programming Language :: Python :: 3.5',
6465
'Programming Language :: Python :: 3.6',
6566
'Programming Language :: Python :: 3.7',
67+
'Programming Language :: Python :: 3.8',
6668
'Programming Language :: Python :: Implementation :: CPython',
6769
'Programming Language :: Python :: Implementation :: PyPy',
6870
'Topic :: Software Development :: Testing',

0 commit comments

Comments
 (0)