We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 00b6251Copy full SHA for 00b6251
setup.py
@@ -0,0 +1,6 @@
1
+from setuptools import setup
2
+
3
+setup(
4
+ name='swords',
5
+ packages=['swords'],
6
+)
0 commit comments