-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.py
30 lines (27 loc) · 965 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
from setuptools import setup, find_packages
setup(
#name ="main"
name="xxurl",
version = "0.5",
description="handle url, javascript-style APIs",
author="dapeli",
#https://github.com/ihgazni2/main
url="https://github.com/ihgazni2/xxurl",
author_email='terryinzaghi@163.com',
license="MIT",
#refer to .md files in https://github.com/ihgazni2/main
long_description = "refer to .md files in https://github.com/ihgazni2/xxurl",
classifiers=[
'Environment :: Console',
'Environment :: Web Environment',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Programming Language :: Python',
],
packages= find_packages(),
#py_modules=['main']
py_modules=['xxurl'],
)
# python3 setup.py bdist --formats=tar
# python3 setup.py sdist