Skip to content

Commit

Permalink
fix: add to setup.py too
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 9, 2025
1 parent 9f7d40a commit 84400e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ include dependencies.txt

include map2loop/_datasets/clut_files/*.csv
include map2loop/_datasets/config_files/*.json
include map2loop/_datasets/geodata_files/hamersley/*

recursive-include tests *.py
include map2loop/_datasets/geodata_files/hamersley/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def make_release_tree(self, base_dir, files):
name="map2loop",
install_requires=install_requires,
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={"map2loop": ['dependencies.txt']},
include_package_data=True,
license="MIT",
cmdclass={
Expand Down

0 comments on commit 84400e5

Please sign in to comment.