11[metadata]
22name = django_covid19
33version = 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.
55long_description = file: README.md
66long-description-content-type = text/markdown
77url = https://github.com/leafcoder/django-covid19
88author = leafcoder
99author_email = leafcoder@gmail.com
1010license = MIT
11+ license_file = LICENSE
1112keywords = python django covid19 2019-ncov app
1213classifiers =
14+ Development Status :: 5 - Production/Stable
1315 Environment :: Web Environment
1416 Framework :: Django
1517 Framework :: Django :: 2.2
1618 Framework :: Django :: 3.0
1719 Intended Audience :: Developers
1820 License :: OSI Approved :: MIT License
21+ Natural Language :: Chinese (Simplified)
1922 Operating System :: OS Independent
2023 Programming Language :: Python
2124 Programming Language :: Python :: 3
@@ -25,6 +28,8 @@ classifiers =
2528 Programming Language :: Python :: 3.8
2629 Topic :: Internet :: WWW/HTTP
2730 Topic :: Internet :: WWW/HTTP :: Dynamic Content
31+ Topic :: Software Development :: Libraries
32+ Topic :: Software Development :: Libraries :: Python Modules
2833
2934[options]
3035include_package_data = true
0 commit comments