Skip to content

Commit

Permalink
cleanup packaging a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 18, 2023
1 parent 0a06370 commit 372fad5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
13 changes: 6 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
include *.yaml
exclude *.yaml
exclude .git-blame-ignore-revs
include tox.ini
include .git-blame-ignore-revs
recursive-include docs *.bat
recursive-include docs *.py
include docs/source/spelling_wordlist
include docs/Makefile
include docs/make.bat
include docs/source/conf.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include docs spelling_wordlist
recursive-include tests *.crt
recursive-include tests *.key
recursive-include tests *.py
recursive-include tests *.torrent
recursive-include tests *.txt
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ platforms = any
[options]
zip_safe = False
packages = find:
include_package_data = True
package_dir =
= src
include_package_data = True
install_requires =
requests >= 2.16.0
urllib3 >= 1.24.2
Expand All @@ -53,7 +53,6 @@ install_requires =
[options.package_data]
qbittorrentapi =
py.typed
*.pyi

[options.extras_require]
dev =
Expand Down

0 comments on commit 372fad5

Please sign in to comment.