Skip to content

Commit

Permalink
Update MANIFEST rules
Browse files Browse the repository at this point in the history
  • Loading branch information
keimlink committed Nov 12, 2018
1 parent d977862 commit 659f48c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
graft src/{{ project_name }}
prune src/{{ project_name }}/media
prune src/{{ project_name }}/static_root
prune .github
prune media
global-exclude *.py[co]
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[bdist_wheel]
universal = 1

[check-manifest]
ignore =
*.sublime-project
.git*
.vscode/*
manage.py

[metadata]
name = {{ project_name }}
version = attr:{{ project_name }}.__version__
Expand Down

0 comments on commit 659f48c

Please sign in to comment.