8000 Running python3 -m flit.tomlify by JulienPalard · Pull Request #405 · python/core-workflow · GitHub
[go: up one dir, main page]

Skip to content

Running python3 -m flit.tomlify #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Running python3 -m flit.tomlify
  • Loading branch information
JulienPalard committed May 12, 2021
commit 4ef420aa608f6c9dcffdd95c32d26d0674fc1c46
15 changes: 0 additions & 15 deletions blurb/flit.ini

This file was deleted.

18 changes: 18 additions & 0 deletions blurb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
0