Skip to content

Commit 29aaca1

Browse files
authored
Running python3 -m flit.tomlify (#405)
1 parent f1b2d35 commit 29aaca1

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

blurb/flit.ini

Lines changed: 0 additions & 15 deletions
This file was deleted.

blurb/pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build-system]
2+
requires = ["flit_core >=2,<4"]
3+
build-backend = "flit_core.buildapi"
4+
5+
[tool.flit.metadata]
6+
module = "blurb"
7+
author = "Larry Hastings"
8+
author-email = "larry@hastings.org"
9+
maintainer = "Python Core Developers"
10+
maintainer-email = "core-workflow@mail.python.org"
11+
home-page = "https://github.com/python/core-workflow/tree/master/blurb"
12+
requires-python = ">=3.5"
13+
description-file = "README.rst"
14+
classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3 :: Only",]
15+
16+
17+
[tool.flit.scripts]
18+
blurb = "blurb:main"

0 commit comments

Comments
 (0)
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