We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2bda9 commit 229aac2Copy full SHA for 229aac2
pytestqt/__init__.py
@@ -27,6 +27,6 @@ def test_hello(qtbot):
27
'''
28
29
# The short X.Y version.
30
-version = '1.0'
+version = '1.0.1'
31
# The full version, including alpha/beta/rc tags.
32
-release = '1.0'
+release = '1.0.1'
setup.py
@@ -14,6 +14,8 @@
14
},
15
install_requires = ['pytest>=2.3.4'],
16
17
+ py_modules = ['distribute_setup'],
18
+
19
# metadata for upload to PyPI
20
author = "Bruno Oliveira",
21
author_email = "[email protected]",
0 commit comments