Skip to content

Commit cfc6cb5

Browse files
committed
Add a Python package setup file
1 parent cfd0c2e commit cfc6cb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)