diff --git a/MANIFEST.in b/MANIFEST.in index 16a3cc01d..1c57d2642 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -37,8 +37,8 @@ global-exclude *.pyo global-exclude *.bak # Remove directories which should not be included in the distribution -prune src/guiQML -prune src/webapp +prune gramps/guiQML +prune gramps/webapp # Remove Makefiles used by autotools global-exclude Makefile* diff --git a/setup.py b/setup.py index 9140b789d..724312795 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ if sys.version_info[0] < 3: import commands from stat import ST_MODE -VERSION = '4.0.0' +VERSION = '4.0.0-alpha1' ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')