Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 744652d

Browse files
committed
imporvement: update setup.cfg
1 parent bf00dc7 commit 744652d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django_covid19
3-
version = 0.4b1
3+
version = 0.4rc1
44
description = A django app of covid-19 API in countries around the world, provinces and cities in China, and states in the USA.
55
long_description = file: README.md
66
long-description-content-type = text/markdown
@@ -14,18 +14,19 @@ classifiers =
1414
Development Status :: 5 - Production/Stable
1515
Environment :: Web Environment
1616
Framework :: Django
17+
Framework :: Django :: 2.0
18+
Framework :: Django :: 2.1
1719
Framework :: Django :: 2.2
18-
Framework :: Django :: 3.0
1920
Intended Audience :: Developers
2021
License :: OSI Approved :: MIT License
2122
Natural Language :: Chinese (Simplified)
2223
Operating System :: OS Independent
2324
Programming Language :: Python
2425
Programming Language :: Python :: 3
2526
Programming Language :: Python :: 3 :: Only
27+
Programming Language :: Python :: 3.5
2628
Programming Language :: Python :: 3.6
2729
Programming Language :: Python :: 3.7
28-
Programming Language :: Python :: 3.8
2930
Topic :: Internet :: WWW/HTTP
3031
Topic :: Internet :: WWW/HTTP :: Dynamic Content
3132
Topic :: Software Development :: Libraries

0 commit comments

Comments
 (0)