Skip to content

Commit

Permalink
fixing MANIFEST.in to include authors and license but exclude pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Feb 6, 2018
1 parent c3b5c71 commit 6ac2b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exclude *.py
include docs/Authors.rst
include docs/License.rst
include docs/authors.rst
include docs/license.rst
include docs/release-notes.rst
include setup.py
include README.md
exclude __pycache__
global-exclude __pycache__/*
recursive-include tests *
recursive-exclude tests *.pyc
recursive-exclude tests *.py[co]

0 comments on commit 6ac2b9c

Please sign in to comment.