Skip to content

Commit 91cc020

Browse files
committed
setup.cfg: add bdist_rpm (untested)
Based on example in: - https://docs.python.org/3/distutils/configfile.html
1 parent 29c3d9e commit 91cc020

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ docs = build_sphinx
5252
# Use this option if your package is pure-python
5353
universal = 1
5454

55+
[bdist_rpm]
56+
release = 1
57+
packager = Adam Spiers <git@adamspiers.org>
58+
doc_files = README.md
59+
USAGE.md
60+
USE-CASES.md
61+
CHANGES.rst
62+
CONTRIBUTING.md
63+
HISTORY.md
64+
INSTALL.md
65+
AUTHORS.rst
66+
5567
[build_sphinx]
5668
source_dir = docs
5769
build_dir = docs/_build

0 commit comments

Comments
 (0)