Skip to content

Commit

Permalink
Merge pull request #145 from nansencenter/fix_packaging
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
aperrin66 authored Jun 11, 2024
2 parents e74e89e + 26de14d commit 6e36560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include geospaas_harvesting **.yml
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies = [
urls = {Repository = "https://github.com/nansencenter/django-geo-spaas-harvesting"}
dynamic = ["version"]

[tool.setuptools]
packages = ["geospaas_harvesting"]
[tool.setuptools.packages.find]
include = ["geospaas_harvesting*"]

0 comments on commit 6e36560

Please sign in to comment.