-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (30 loc) · 738 Bytes
/
setup.cfg
File metadata and controls
32 lines (30 loc) · 738 Bytes
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
[metadata]
name = mypackage
version = 0.1.0 # use semver https://semver.org
author = Example Author
author_email = author@example.com
description = A small example package
long_description = file: README.md
url = https://github.com/user/project
keywords = one, two
license = Apache 2.0 License
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache 2.0 License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[options]
zip_safe = False
include_package_data = True
# package_dir=
# =src
packages = find:
scripts =
main.py
install_requires =
requests
importlib; python_version >= "3.5"
# [options.packages.find]
# where=src
# exclude =
# root_package.some_package