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 cfd0c2e commit cfc6cb5Copy full SHA for cfc6cb5
setup.py
@@ -0,0 +1,9 @@
1
+from setuptools import setup
2
+
3
+setup(
4
+ name='falcon',
5
+ version='1.0',
6
+ description='A fast test runner',
7
+ author='Mimo',
8
+ packages=['falcon'],
9
+)
0 commit comments