Skip to content

Commit

Permalink
remove setuptools_dummy, include MANIFEST.in
Browse files Browse the repository at this point in the history
refs #1
  • Loading branch information
kvbik committed Feb 5, 2012
1 parent 310f1a6 commit 4f3a5c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include rvirtualenv *
global-exclude *.py[co]
include README.rst TODO.rst
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
},
zip_safe = False,
include_package_data = True,
setup_requires = [
'setuptools_dummy',
],
test_suite = "tests.test_all.runtests",
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 4f3a5c8

Please sign in to comment.