Skip to content

Commit

Permalink
🐛 fix sdist install
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmedmar committed Mar 1, 2018
1 parent 1303618 commit 704ddd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
global-exclude *.dylib
global-exclude *.py[cod]
global-exclude *.so
global-exclude __pycache__

# This is required for source distributions
include setup.json
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import find_packages
from setuptools import setup


# make sure we use absolute paths
ROOT = abspath(dirname(__file__))

# please put setup keywords in the setup.json to keep this file clean
Expand Down
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ global-exclude *.so
global-exclude __pycache__
include VERSION
recursive-include {{cookiecutter.project_slug}} *

# This is required for source distributions
include setup.json

0 comments on commit 704ddd6

Please sign in to comment.