Skip to content

Commit

Permalink
Move extras_require to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 26, 2024
1 parent bd4b15a commit efb0b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ packages =
console_scripts =
bimmerconnected = bimmer_connected.cli:main

[options.extras_require]
china =
Pillow

[options.package_data]
bimmer_connected =
py.typed
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@
"pycryptodome>=3.4",
"pyjwt>=2.1.0",
],
extras_require={
"china": [
"Pillow",
],
},
)

0 comments on commit efb0b5b

Please sign in to comment.