diff --git a/conda/meta.yaml b/conda/meta.yaml index 9ffc7a8a..1b09e8cf 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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" diff --git a/setup.py b/setup.py index dc9bc79c..0ca36ee5 100644 --- a/setup.py +++ b/setup.py @@ -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, ) \ No newline at end of file