8000 Running python3 -m flit.tomlify (#405) · python/core-workflow@29aaca1 · GitHub
[go: up one dir, main page]

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 8000 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)
0