Skip to content

Commit 535932a

Browse files
committed
Fix setup.py.
1 parent f2491ba commit 535932a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ classifiers =
4444
[options]
4545
python_requires = >=3.6
4646
zip_safe = True
47-
packages = find:
47+
packages =
48+
pass_audit
4849
install_requires =
4950
requests
5051
zxcvbn
51-
52-
[options.packages.find]
53-
where = pass_audit

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
from setuptools import setup
1010

11-
with open('README.md') as file:
12-
long_description = file.read()
13-
1411
share = Path(sys.prefix, 'share')
1512
base = '/usr'
1613
if os.uname().sysname == 'Darwin':

0 commit comments

Comments
 (0)