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

Commit b3b3f59

Browse files
committed
improvement: update setup.cfg
1 parent 6a76abf commit b3b3f59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
[metadata]
22
name = django_covid19
33
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.
55
long_description = file: README.md
66
long-description-content-type = text/markdown
77
url = https://github.com/leafcoder/django-covid19
88
author = leafcoder
99
author_email = leafcoder@gmail.com
1010
license = MIT
11+
license_file = LICENSE
1112
keywords = python django covid19 2019-ncov app
1213
classifiers =
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]
3035
include_package_data = true

0 commit comments

Comments
 (0)