Skip to content

Commit

Permalink
Fixed setup.py to include distribute_setup in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 23, 2013
1 parent ba2bda9 commit 229aac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytestqt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def test_hello(qtbot):
'''

# The short X.Y version.
version = '1.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.0.1'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
},
install_requires = ['pytest>=2.3.4'],

py_modules = ['distribute_setup'],

# metadata for upload to PyPI
author = "Bruno Oliveira",
author_email = "nicoddemus@gmail.com",
Expand Down

0 comments on commit 229aac2

Please sign in to comment.