Skip to content

Commit

Permalink
Merge pull request #56 from roverdotcom/specify-setup-dirs
Browse files Browse the repository at this point in the history
Specify setup dirs
  • Loading branch information
xaralis authored Oct 6, 2017
2 parents 7430dcb + fcbb4eb commit db39635
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.rst
include MANIFEST.in
recursive-include templates *
global-exclude __pycache__
global-exclude *.pyc
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
license='BSD',
url='http://github.com/xaralis/django-static-sitemaps',

packages=('static_sitemaps',),
packages=(
'static_sitemaps',
'static_sitemaps.management',
'static_sitemaps.management.commands'),

include_package_data=True,

Expand Down

0 comments on commit db39635

Please sign in to comment.