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

Delete setup.py #2

Closed
wants to merge 1 commit into from
Closed

Delete setup.py #2

wants to merge 1 commit into from

Conversation

jeffwidman
Copy link

@sponsfreixes
Copy link
Owner

Before proceeding we need to put the package name and requirements somewhere else. I think adding the following to the setup.cfg would be enough:

[metadata]
name = htmx-flask
version = 1.0
description = A description of your package

[options]
install_requires =
    flask

@jeffwidman
Copy link
Author

jeffwidman commented Apr 29, 2024

Oof, good catch, done!

PS:
pyproject.toml has superseded setup.cfg these days... pypa/setuptools#3214

But fully migrating to pyproject.toml is IMO outside the scope of this PR... let's first just get rid of setup.py. 😄

@jeffwidman jeffwidman closed this by deleting the head repository Apr 30, 2024
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.

2 participants