Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to setup #472

Merged
merged 2 commits into from
May 11, 2022
Merged

Revert to setup #472

merged 2 commits into from
May 11, 2022

Conversation

vincentsarago
Copy link
Member

closes #471

pyproject.toml + flit broke the namespace package (replacing titiler.core by titiler_core)

@vincentsarago
Copy link
Member Author

Note: I found a way to make it work using setuptools

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "titiler.core.__version__"}

[tool.setuptools]
include-package-data = true

But right now setuptool support of pyproject.toml is marked as experimental. we might re-try pyproject + build system later!

@vincentsarago vincentsarago merged commit f4015e7 into master May 11, 2022
@vincentsarago vincentsarago deleted the revertToSetup branch May 11, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.6.0a1 breaks namespace packages
1 participant