1
1
[metadata]
2
2
name = django_covid19
3
3
version = 0.4b1
4
- description = An django app of the covid-19 API in countries around the world, provinces and cities in China, and states in the USA.
4
+ description = A django app of covid-19 API in countries around the world, provinces and cities in China, and states in the USA.
5
5
long_description = file: README.md
6
6
long-description-content-type = text/markdown
7
7
url = https://github.com/leafcoder/django-covid19
8
8
author = leafcoder
9
9
author_email = leafcoder@gmail.com
10
10
license = MIT
11
+ license_file = LICENSE
11
12
keywords = python django covid19 2019-ncov app
12
13
classifiers =
14
+ Development Status :: 5 - Production/Stable
13
15
Environment :: Web Environment
14
16
Framework :: Django
15
17
Framework :: Django :: 2.2
16
18
Framework :: Django :: 3.0
17
19
Intended Audience :: Developers
18
20
License :: OSI Approved :: MIT License
21
+ Natural Language :: Chinese (Simplified)
19
22
Operating System :: OS Independent
20
23
Programming Language :: Python
21
24
Programming Language :: Python :: 3
@@ -25,6 +28,8 @@ classifiers =
25
28
Programming Language :: Python :: 3.8
26
29
Topic :: Internet :: WWW/HTTP
27
30
Topic :: Internet :: WWW/HTTP :: Dynamic Content
31
+ Topic :: Software Development :: Libraries
32
+ Topic :: Software Development :: Libraries :: Python Modules
28
33
29
34
[options]
30
35
include_package_data = true
0 commit comments