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.
2 parents c5dcef2 + cfc6cb5 commit 2cd3522Copy full SHA for 2cd3522
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