From 6fbde482aff3da62a6240bc49a5f0e29a9050c54 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 20 Sep 2016 12:32:59 +0200 Subject: [PATCH] Some packaging fixes as usual --- .tx/config | 3 +-- MANIFEST.in | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.tx/config b/.tx/config index 931d09f..000a09c 100644 --- a/.tx/config +++ b/.tx/config @@ -4,5 +4,4 @@ source_file = dbtemplates/locale/en/LC_MESSAGES/django.po source_lang = en [main] -host = https://www.transifex.net - +host = https://www.transifex.com diff --git a/MANIFEST.in b/MANIFEST.in index 9852006..f7914c9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,4 @@ -include LICENSE -include AUTHORS -include README.rst -include MANIFEST.in +include LICENSE AUTHORS README.rst MANIFEST.in tox.ini .coveragerc recursive-include docs *.txt recursive-include dbtemplates/locale * recursive-include dbtemplates/static/dbtemplates *.css *.js