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

Move configuration information into pyproject.toml #39

Closed
cclauss opened this issue Sep 4, 2022 · 0 comments · Fixed by #40
Closed

Move configuration information into pyproject.toml #39

cclauss opened this issue Sep 4, 2022 · 0 comments · Fixed by #40

Comments

@cclauss
Copy link
Collaborator

cclauss commented Sep 4, 2022

Currently, this repo has Python configuration data spread across:

  • .github/workflows/lint_python.yml
  • Pipfile
  • bandit.yaml
  • setup.py

PEP621 encourages the Python community to migrate away from complex setup.py files by putting config data in pyproject.toml. Let's be part of this trend.

@MoLow

@cclauss cclauss changed the title Move configuration info into pyproject.toml Move configuration information into pyproject.toml Sep 4, 2022
@MoLow MoLow mentioned this issue Sep 15, 2022
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 a pull request may close this issue.

1 participant