We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907afc6 commit 6f503d9Copy full SHA for 6f503d9
setup.py
@@ -3,9 +3,6 @@
3
except ImportError:
4
from distutils.core import setup
5
6
-def test_dummy():
7
- pass
8
-
9
with open("README.md", "r") as fh:
10
long_description = fh.read()
11
0 commit comments