Skip to content

Commit a18f57b

Browse files
committed
Merge pull request duosecurity#18 from cwalkatron/cleaner-rpm-build
Cleaner rpm build
2 parents c0b9f7a + d792c40 commit a18f57b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ recursive-include examples *
44
include tests/*.py
55
include README.md
66
include duo_client/ca_certs.pem
7+
include requirements.txt

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[bdist_wheel]
22
# The code is written to work on both Python 2 and Python 3.
33
universal=1
4+
5+
[bdist_rpm]
6+
requires=python-six
7+
build_requires=python-nose

0 commit comments

Comments
 (0)