Skip to content

Commit 3d7d90f

Browse files
Jon Wayne Parrottncoghlan
authored andcommitted
Add enscons to the list of key projects
1 parent d426d5e commit 3d7d90f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/key_projects.rst

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

253253

254+
enscons
255+
=======
256+
257+
`Source <https://bitbucket.org/dholth/enscons/src>`__ |
258+
`Issues <https://bitbucket.org/dholth/enscons/issues>`__ |
259+
`PyPI <https://pypi.python.org/pypi/enscons>`__
260+
261+
Enscons is a Python packaging tool based on `SCons`_. It builds pip-compatible
262+
source distributions and wheels without using distutils or setuptools,
263+
including distributions with C extensions. Enscons has a different architecture
264+
and philosophy than distutils. Rather than adding build features to a Python
265+
packaging system, enscons adds Python packaging to a general purpose build
266+
system. Enscons helps you to build sdists that can be automatically built by
267+
pip, and wheels that are independent of enscons.
268+
269+
.. _SCons: http://scons.org/
270+
254271
.. _hashdist:
255272

256273
Hashdist

0 commit comments

Comments
 (0)