Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit 064bab6

Browse files
committed
add setup.py
1 parent 9d5c2d1 commit 064bab6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

setup.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)