Skip to content

Conversation

@EmperorArthur
Copy link

  • Standardizes the package/build system.
  • Informs users of how to properly install via git

"setup.py" and "setup.cfg" are no longer the recommended way to build projects. They have been replaced by one over-arching "pyproject.toml" file, which pip,setuptools, and pytest all read from. Flake8 is the odd one out, but it will read from the existing tox.ini file.

In addition, trying to follow the current Readme was causing issues for a friend of mine, so I updated that as well.

* Standardizes the package/build system.
* Informs users of how to properly install via git
@EmperorArthur EmperorArthur changed the title Swith to pyproject.toml Switch to pyproject.toml Nov 6, 2025
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.

1 participant