We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2491ba commit 535932aCopy full SHA for 535932a
setup.cfg
@@ -44,10 +44,8 @@ classifiers =
44
[options]
45
python_requires = >=3.6
46
zip_safe = True
47
-packages = find:
+packages =
48
+ pass_audit
49
install_requires =
50
requests
51
zxcvbn
-
52
-[options.packages.find]
53
-where = pass_audit
setup.py
@@ -8,9 +8,6 @@
8
9
from setuptools import setup
10
11
-with open('README.md') as file:
12
- long_description = file.read()
13
14
share = Path(sys.prefix, 'share')
15
base = '/usr'
16
if os.uname().sysname == 'Darwin':
0 commit comments