Skip to content

Commit

Permalink
Fix including tests and changelog in source distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 25, 2016
1 parent 0257023 commit 98423cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.rst LICENSE
include setup.py test_aiodns.py
include README.rst LICENSE ChangeLog
include setup.py tests.py
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

0 comments on commit 98423cc

Please sign in to comment.