| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| license = { file = "LICENSE" } | ||
| requires-python = ">=3.9" | ||
| authors = [ | ||
| { name = "The Prometheus Authors", email = "prometheus-developers@googlegroups.com" }, |
There was a problem hiding this comment.
This should be the only substantive change, moving from a specific author to the Promtheus developers as a whole.
Sorry, something went wrong.
|
|
||
| [project] | ||
| name = "prometheus_client" | ||
| version = "0.21.1" |
There was a problem hiding this comment.
The version also changed to match the most recent release which had a backport applied to it.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks fine to me (although I've never used the pyproject / setuptools build system). One very minor comment!
Sorry, something went wrong.
Update the project configuration to use a pyproject.toml file instead of setup.py. This is the preferred tool and will allow easier integration with other tools in the future. We can also get rid of MANIFEST.in as the cache and compiled files are automatically excluded. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
| Back | FazBrowse Home | New Git URL |
Update the project configuration to use a pyproject.toml file instead of setup.py. This is the preferred tool and will allow easier integration with other tools in the future. We can also get rid of MANIFEST.in as the cache and compiled files are automatically excluded.