Skip to content

Commit 62a3d0a

Browse files
Jon Wayne Parrottncoghlan
Jon Wayne Parrott
authored andcommitted
Add flit to the key projects list (pypa#358)
1 parent 3d7d90f commit 62a3d0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/key_projects.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,19 @@ a complimentary command line tool to drive packaging, testing and release
251251
activities with Python.
252252

253253

254+
flit
255+
====
256+
257+
`Docs <https://flit.readthedocs.io/en/latest/>`__ |
258+
`Issues <https://github.com/takluyver/flit/issues>`__ |
259+
`PyPI <https://pypi.python.org/pypi/flit>`__
260+
261+
Flit is a simple way to put Python packages and modules on PyPI. Flit packages
262+
a single importable module or package at a time, using the import name as the
263+
name on PyPI. All subpackages and data files within a package are included
264+
automatically. Flit requires Python 3, but you can use it to distribute modules
265+
for Python 2, so long as they can be imported on Python 3.
266+
254267
enscons
255268
=======
256269

0 commit comments

Comments
 (0)