Skip to content

Commit

Permalink
another attempt to include resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandekraker committed Nov 5, 2024
1 parent 738c663 commit cf9a021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include resources/*
recursiveinclude resources *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="HippoMaps",
version="0.1.4",
version="0.1.5",
author="Jordan DeKraker",
author_email="jordandekraker@gmail.com",
description="A toolbox for viewing, manipulating, and additional actions on HippUnfold outputs",
Expand All @@ -24,6 +24,7 @@
package_data={
"": ["resources/*"],
},
include_package_data=True,
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -54,6 +55,5 @@
"umap-learn>=0.5.5",
],
extras_require={"dev": ["gitpython", "hcp-utils", "mypy", "plotly", "pytest"]},
include_package_data=True,
zip_safe=False,
)

0 comments on commit cf9a021

Please sign in to comment.