Skip to content

Commit

Permalink
Merge pull request #614 from scdub/flit-core-readme
Browse files Browse the repository at this point in the history
Flit core readme
  • Loading branch information
takluyver committed Dec 16, 2022
2 parents 310387f + 51a2762 commit 97e985f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flit_core/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
flit_core
---------

This provides a PEP 517 build backend for packages using Flit.
The only public interface is the API specified by PEP 517, at ``flit_core.buildapi``.
This provides a `PEP 517 <https://peps.python.org/pep-0517/>`_ build backend
for packages using `Flit <https://pypi.org/project/flit/>`_. The only public
interface is the API specified by PEP 517, at ``flit_core.buildapi``.

See the `Flit documentation <https://flit.pypa.io/en/stable/>`_ for more
information.
2 changes: 2 additions & 0 deletions flit_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors=[
description = "Distribution-building parts of Flit. See flit package for more information"
dependencies = []
requires-python = '>=3.6'
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: BSD License",
Expand All @@ -19,6 +20,7 @@ classifiers = [
dynamic = ["version"]

[project.urls]
Documentation = "https://flit.pypa.io"
Source = "https://github.com/pypa/flit"

[tool.flit.sdist]
Expand Down

0 comments on commit 97e985f

Please sign in to comment.