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
2
2
include README.md
3
3
include requirements.txt
4
4
5
- recursive-include django_covid19/spider *
6
- recursive-include django_covid19/locale *
5
+ recursive-include django_covid19 *
7
6
recursive-include docs *
8
7
recursive-include demo *
9
8
recursive-include demo_proj manage.py
10
9
recursive-include demo_proj requirements.txt
11
10
recursive-include demo_proj/ncov *
12
11
13
12
recursive-exclude demo_proj db.sqlite3
13
+ recursive-exclude demo_proj/ncov/__pycache__ *
14
14
recursive-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 1
1
[metadata]
2
2
name = django_covid19
3
- version = 0.4a1
3
+ version = 0.4beta
4
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.
5
5
long_description = file: README.md
6
6
long-description-content-type = text/markdown
You can’t perform that action at this time.
0 commit comments