Skip to content

Commit

Permalink
Merge pull request #316 from AdamTheisen/conda_errors
Browse files Browse the repository at this point in the history
Conda errors
  • Loading branch information
AdamTheisen authored Apr 15, 2021
2 parents b949078 + 452ac08 commit b1488e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ recursive-exclude * *.py[co]
recursive-include act/plotting *.txt

recursive-include docs *.rst conf.py Makefile make.bat
recursive-include act/tests/data *.cdf *.nc *.data
recursive-include act/tests/data *.cdf *.nc *.data *.csv *bi *txt

include versioneer.py
include act/_version.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
author="Adam Theisen",
author_email='[email protected]',
url='https://github.com/ARM-DOE/ACT',
packages=find_packages(exclude=['docs', 'tests']),
packages=find_packages(exclude=['docs']),
entry_points={'console_scripts': []},
include_package_data=True,
package_data={'act': []},
Expand Down

0 comments on commit b1488e4

Please sign in to comment.