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

Fix packaging regression, add entrypoint #70

Merged
merged 2 commits into from
Mar 23, 2024

Conversation

hauntsaninja
Copy link
Contributor

Fixes #69

@hauntsaninja hauntsaninja changed the title Fix packaging regression Fix packaging regression, add entrypoint Mar 22, 2024
description = "A tool for autoadding simple type annotations."
readme = "README.md"
license = "MIT"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is not valid as per PEP 621 / it's already in the classifier

[project]
name = "autotyping"
dynamic = ["version"]
Copy link
Contributor Author

@hauntsaninja hauntsaninja Mar 22, 2024

Choose a reason for hiding this comment

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

just keeping it simple, the init version was just added a PR ago

@JelleZijlstra JelleZijlstra merged commit adee256 into JelleZijlstra:master Mar 23, 2024
5 checks passed
@hauntsaninja hauntsaninja deleted the setuptools-fix branch March 23, 2024 02:36
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.

Cannot be used as a standalone script when installed via pip
2 participants