Skip to content

Commit

Permalink
update packaging config to include all necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jun 14, 2024
1 parent 16a84d9 commit f8a5074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
recursive-include geospaas_processing **.yml
include geospaas_processing/converters/*/parameters/*
include geospaas_processing/converters/*/extra_readers/*.py
include geospaas_processing/converters/*/extra_readers/resources/**
recursive-include geospaas_processing/converters/*/extra_readers **
prune **/__pycache__/**
global-exclude **.py[cod]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ parallel_download = ['redis']
worker = ['celery==4.4.*', 'django-celery-results==1.2.*']
idf = ['idf_converter']

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

0 comments on commit f8a5074

Please sign in to comment.