Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 6, 2025
1 parent 140b77c commit c964326
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ requirements:
- networkx
- owslib

outputs:
- name: "{{ name|lower }}"
files:
include:
- LICENSE
- README.md
- dependencies.txt

about:
home: "https://github.com/Loop3D/map2loop"
license: "MIT"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
version=version,
license="MIT",
package_data={
# Include test files:
'': ['tests/*.py'],
'': ["LICENSE", "README.md", "dependencies.txt", "tests/*.py"],
},
include_package_data=True,
)

0 comments on commit c964326

Please sign in to comment.