diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..080d4f54 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,9 @@ +include README +include UPGRADE +include LICENSE* +include CHANGELOG + +recursive-include helpdesk/htdocs * +recursive-include helpdesk/locale *.po *.mo +recursive-include helpdesk/templates * +recursive-include helpdesk/fixtures *.json diff --git a/setup.py b/setup.py index f750a26f..ad8c53bf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.1.0' +version = '0.1.1' LONG_DESCRIPTION = """ ===============