Exclude data/ and test*.py from distribution
This commit is contained in:
parent
f8ec144719
commit
7e0d871474
5
.gitignore
vendored
5
.gitignore
vendored
@ -8,8 +8,9 @@ venv/
|
||||
*.db
|
||||
*.json
|
||||
|
||||
# Data folders
|
||||
data/
|
||||
# Data folder
|
||||
davtelepot/data/*
|
||||
!davtelepot/data/__init__.py
|
||||
|
||||
*.txt
|
||||
!requirements.txt
|
||||
|
@ -1 +1,4 @@
|
||||
include davtelepot/ietf_language_tags.csv
|
||||
exclude davtelepot/test*.py
|
||||
exclude davtelepot/data/*
|
||||
include davtelepot/data/__init__.py
|
||||
|
@ -7,7 +7,7 @@ __author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "2.1.11"
|
||||
__version__ = "2.1.12"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
||||
|
0
davtelepot/data/__init__.py
Normal file
0
davtelepot/data/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user