-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.py
30 lines (27 loc) · 976 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 = "edict"
name="edict",
version = "0.51",
description="handle dict,nested Dict,APIs",
author="dapeli",
#https://github.com/ihgazni2/main
url="https://github.com/ihgazni2/edict",
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/edict",
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=['edict'],
)
# python3 setup.py bdist --formats=tar
# python3 setup.py sdist