Skip to content

Commit

Permalink
Ensure doc and tests get added to files created with sdist,
Browse files Browse the repository at this point in the history
but not with bdist_egg.
  • Loading branch information
PhilippWendler committed Mar 9, 2015
1 parent d1f1a99 commit 20cc075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include *.md
include LICENSE
include benchexec/tablegenerator/template.*
recursive-include doc *
recursive-include benchexec/tablegenerator/test *.py *.xml *.log
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
'table-generator = benchexec.tablegenerator:main',
]
},
include_package_data = True,
install_requires = ['tempita==0.5.2'],
setup_requires=['nose>=1.0'],
test_suite = 'nose.collector',
Expand Down

0 comments on commit 20cc075

Please sign in to comment.