diff --git a/.gitignore b/.gitignore index 109dce8..9a02f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,9 @@ venv/ *.db *.json -# Data folders -data/ +# Data folder +davtelepot/data/* +!davtelepot/data/__init__.py *.txt !requirements.txt diff --git a/MANIFEST.in b/MANIFEST.in index 353cc3e..e87078c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,4 @@ include davtelepot/ietf_language_tags.csv +exclude davtelepot/test*.py +exclude davtelepot/data/* +include davtelepot/data/__init__.py diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index d6e8bc8..6a195fe 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__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" diff --git a/davtelepot/data/__init__.py b/davtelepot/data/__init__.py new file mode 100644 index 0000000..e69de29