Skip to content

Commit

Permalink
Refactor: move install_requires option from setup.py to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed Sep 4, 2022
1 parent 04c03c9 commit aa23501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ scripts =
trash-restore
trash-empty
trash-rm
install_requires =
psutil

[bdist_rpm]
;; Uncomment if your platform automatically gzips man pages
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ def main():
'man/man1/trash.1',
'man/man1/trash-put.1',
'man/man1/trash-rm.1'])],
install_requires=[
'psutil',
],
)


Expand Down

0 comments on commit aa23501

Please sign in to comment.