From 4ef420aa608f6c9dcffdd95c32d26d0674fc1c46 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 12 May 2021 22:32:44 +0200 Subject: [PATCH] Running python3 -m flit.tomlify --- blurb/flit.ini | 15 --------------- blurb/pyproject.toml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 blurb/flit.ini create mode 100644 blurb/pyproject.toml 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