Skip to content

Commit

Permalink
Fix setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 23, 2022
1 parent f2491ba commit 535932a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ classifiers =
[options]
python_requires = >=3.6
zip_safe = True
packages = find:
packages =
pass_audit
install_requires =
requests
zxcvbn

[options.packages.find]
where = pass_audit
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

from setuptools import setup

with open('README.md') as file:
long_description = file.read()

share = Path(sys.prefix, 'share')
base = '/usr'
if os.uname().sysname == 'Darwin':
Expand Down

0 comments on commit 535932a

Please sign in to comment.