-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (38 loc) · 953 Bytes
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = pypirepo
version = 0.3.1
requires-python = >=3.8
author = Andrei Pozolotin
author-email = [email protected]
summary = pypi repository operations
description-file = readme.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/random-python/pypirepo
license = Apache-2
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
pypi
repository
operations
[files]
[options]
packages =
pypirepo
package_dir =
pypirepo = src/main/pypirepo
[entry_points]
[pbr]
warnerrors = True
skip_authors = True
skip_git_sdist = False
skip_changelog = True
[build_reno]
rel-notes-dir = reno
output-file = RELEASE.rst