-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.17 KB
/
setup.cfg
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
30
31
32
33
34
35
36
37
38
39
[metadata]
name=trace
download_url=https://github.com/duongnguyen1996/tracelog/tarball/master
description=A trace / template for creating a new Python package
long_description=file:README.md
long_description_content_type=text/markdown
author=duongnguyen1996
author_email=nh0xkid.chinhlata0@gmail.com
maintainer=duongnguyen1996
maintainer_email=nh0xkid.chinhlata0@gmail.com
url=https://github.com/duongnguyen1996/tracelog.git
license=MIT
license_files=LICENSE
classifiers=
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries :: Python Modules
Intended Audience :: Developers
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation
[options]
packages=
trace
python_requires=>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4,
#install_requires=
# <your-dependency-lib-1>
# <your-dependency-lib-2>
[options.entry_points]
console_scripts =
hello_trace = trace.main:say_hello
[bdist_wheel]
universal=1