Skip to content

Commit 00b6251

Browse files
committed
Adds setup
0 parents  commit 00b6251

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='swords',
5+
packages=['swords'],
6+
)

0 commit comments

Comments
 (0)