diff --git a/blurb/flit.ini b/blurb/flit.ini deleted file mode 100644 index 409862e..0000000 --- a/blurb/flit.ini +++ /dev/null @@ -1,15 +0,0 @@ -[metadata] -module = blurb -author = Larry Hastings -author-email = larry@hastings.org -maintainer = Python Core Developers -maintainer-email = core-workflow@mail.python.org -home-page = https://github.com/python/core-workflow/tree/master/blurb -requires-python = >=3.5 -description-file = README.rst -classifiers = Intended Audience :: Developers - License :: OSI Approved :: BSD License - Programming Language :: Python :: 3 :: Only - -[scripts] -blurb = blurb:main diff --git a/blurb/pyproject.toml b/blurb/pyproject.toml new file mode 100644 index 0000000..2603863 --- /dev/null +++ b/blurb/pyproject.toml @@ -0,0 +1,18 @@ +[build-system] +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" + +[tool.flit.metadata] +module = "blurb" +author = "Larry Hastings" +author-email = "larry@hastings.org" +maintainer = "Python Core Developers" +maintainer-email = "core-workflow@mail.python.org" +home-page = "https://github.com/python/core-workflow/tree/master/blurb" +requires-python = ">=3.5" +description-file = "README.rst" +classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3 :: Only",] + + +[tool.flit.scripts] +blurb = "blurb:main" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy