Skip to content

Commit

Permalink
BUG: Find package in lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 16, 2020
1 parent 9cc554d commit 8f6f332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ classifiers =

[options]
packages = find:
package_dir =
= lib
zip_safe = False
setup_requires =
setuptools_scm
Expand All @@ -28,6 +30,9 @@ install_requires =
astropy
python_requires = >=2

[options.packages.find]
where = lib

[options.extras_require]
test =
pytest
Expand Down

0 comments on commit 8f6f332

Please sign in to comment.