Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
make use of MANIFEST.in to include templates and other stuff in build…
Browse files Browse the repository at this point in the history
… process
  • Loading branch information
exploide committed May 2, 2017
1 parent 3531323 commit 4a07d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include README.md
recursive-include pyBuchaktion/templates *
recursive-include pyBuchaktion/locale *
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def run(self):
version='0.1',
packages=find_packages(),
include_package_data=True,
package_data={'': ['locale/*/LC_MESSAGES/*.po']},
license='AGPL-3.0',
description='App for the Buchaktion',
#long_description=README,
Expand Down

0 comments on commit 4a07d73

Please sign in to comment.