Skip to content

Commit

Permalink
Fix setup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
parsiad committed Aug 29, 2024
1 parent 77ae30e commit c388936
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ classifiers =

[options]
install_requires =
tabulate
numpy
package_dir =
= src
packages = find:
python_requires = >= 3.6

[options.extras_require]
gpu =
cupy

[options.packages.find]
where = src

Expand Down

0 comments on commit c388936

Please sign in to comment.