Skip to content

Commit 2cd3522

Browse files
authored
Merge pull request #16 from getmimo/python
Add a Python package setup file
2 parents c5dcef2 + cfc6cb5 commit 2cd3522

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)