Skip to content

Commit

Permalink
please add resources :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandekraker committed Nov 5, 2024
1 parent dd237fb commit 6d1c311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursiveinclude hippomaps/resources *
include resources/*
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@

setuptools.setup(
name="HippoMaps",
version="0.1.6",
version="0.1.7",
author="Jordan DeKraker",
author_email="jordandekraker@gmail.com",
description="A toolbox for viewing, manipulating, and additional actions on HippUnfold outputs",
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/jordandekraker/hippomaps",
packages=setuptools.find_packages(),
license="BSD 3-Clause License",
package_data={
"": ["resources/*"],
},
packages=setuptools.find_packages(where='resources'),
include_package_data=True,
license="GPL-3.0 license",
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 6d1c311

Please sign in to comment.