Skip to content

Commit 229aac2

Browse files
committed
Fixed setup.py to include distribute_setup in sdist
1 parent ba2bda9 commit 229aac2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: pytestqt/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ def test_hello(qtbot):
2727
'''
2828

2929
# The short X.Y version.
30-
version = '1.0'
30+
version = '1.0.1'
3131
# The full version, including alpha/beta/rc tags.
32-
release = '1.0'
32+
release = '1.0.1'

Diff for: setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
},
1515
install_requires = ['pytest>=2.3.4'],
1616

17+
py_modules = ['distribute_setup'],
18+
1719
# metadata for upload to PyPI
1820
author = "Bruno Oliveira",
1921
author_email = "[email protected]",

0 commit comments

Comments
 (0)