We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035a465 commit 89e2581Copy full SHA for 89e2581
setup.py
@@ -0,0 +1,7 @@
1
+import setuptools
2
+
3
+setuptools.setup(
4
+ name="Strif",
5
+ version="0.0.1",
6
+ author="Facloud"
7
+)
0 commit comments