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

Use dynamic package version only without setuptools_scm #186

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

Czaki
Copy link
Contributor

@Czaki Czaki commented May 24, 2024

Closes #185

Use dynamic version only when setuptools_scm is not used.

When we use setuptools_scm the version file is not present during begin of the installation phase as it is generated then. The setuptools_scm will assign version properly.

Copy link
Contributor

@GenevieveBuckley GenevieveBuckley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix, works well

@GenevieveBuckley GenevieveBuckley merged commit 46fa82b into napari:main Jun 6, 2024
12 checks passed
@Czaki Czaki deleted the fix_version branch June 6, 2024 06:38
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.

Editable install fails with pyproject.toml
2 participants