This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,18 @@ include LICENSE
22include README.md
33include requirements.txt
44
5- recursive-include django_covid19/spider *
6- recursive-include django_covid19/locale *
5+ recursive-include django_covid19 *
76recursive-include docs *
87recursive-include demo *
98recursive-include demo_proj manage.py
109recursive-include demo_proj requirements.txt
1110recursive-include demo_proj/ncov *
1211
1312recursive-exclude demo_proj db.sqlite3
13+ recursive-exclude demo_proj/ncov/__pycache__ *
1414recursive-exclude django_covid19/migrations *
15+ recursive-exclude django_covid19/__pycache__ *
16+ recursive-exclude django_covid19/management/__pycache__ *
17+ recursive-exclude django_covid19/management/commands/__pycache__ *
18+ recursive-exclude django_covid19/spider/nCoV/__pycache__ *
19+ recursive-exclude django_covid19/spider/nCoV/spiders/__pycache__ *
Original file line number Diff line number Diff line change 11[metadata]
22name = django_covid19
3- version = 0.4a1
3+ version = 0.4beta
44description = An django app of the 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
You can’t perform that action at this time.
0 commit comments