We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5c2d1 commit 064bab6Copy full SHA for 064bab6
1 file changed
setup.py
@@ -0,0 +1,17 @@
1
+#!coding:utf8
2
+from distutils.core import setup
3
+
4
+from geetest import VERSION
5
6
7
+if __name__ == "__main__":
8
+ setup(
9
+ name="geetest",
10
+ version=VERSION,
11
+ packages=['geetest'],
12
+ url='http://github.com/GeeTeam/gt-python-sdk',
13
+ license='',
14
+ author='Geetest',
15
+ author_email='admin@geetest.com',
16
+ description='Geetest Python SDK',
17
+ )
0 commit comments