Exclude data/ and test*.py from distribution

This commit is contained in:
Davte 2019-07-19 09:39:42 +02:00
parent f8ec144719
commit 7e0d871474
4 changed files with 7 additions and 3 deletions

5
.gitignore vendored
View File

@ -8,8 +8,9 @@ venv/
*.db
*.json
# Data folders
data/
# Data folder
davtelepot/data/*
!davtelepot/data/__init__.py
*.txt
!requirements.txt

View File

@ -1 +1,4 @@
include davtelepot/ietf_language_tags.csv
exclude davtelepot/test*.py
exclude davtelepot/data/*
include davtelepot/data/__init__.py

View File

@ -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"

View File