Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Nov 15, 2021
1 parent 2271638 commit 828755c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include requirements.txt
include README.md
include COPYING.txt
include setup.py

recursive-include mesaPlot *.py
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@ classifiers =

[options]
python_requires = >=3.6
zip_safe = False
package_dir=
=mesaPlot
packages=find:
packages = find:
install_requires =
numpy
matplotlib
scipy
pandas
pytest

[options.packages.find]
where=mesaPlot

[options.extras_require]
testing =
pytest>=6.0
Expand Down

0 comments on commit 828755c

Please sign in to comment.