Skip to content

Commit

Permalink
Add enscons to the list of key projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and ncoghlan committed Jul 29, 2017
1 parent d426d5e commit 3d7d90f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,23 @@ a complimentary command line tool to drive packaging, testing and release
activities with Python.


enscons
=======

`Source <https://bitbucket.org/dholth/enscons/src>`__ |
`Issues <https://bitbucket.org/dholth/enscons/issues>`__ |
`PyPI <https://pypi.python.org/pypi/enscons>`__

Enscons is a Python packaging tool based on `SCons`_. It builds pip-compatible
source distributions and wheels without using distutils or setuptools,
including distributions with C extensions. Enscons has a different architecture
and philosophy than distutils. Rather than adding build features to a Python
packaging system, enscons adds Python packaging to a general purpose build
system. Enscons helps you to build sdists that can be automatically built by
pip, and wheels that are independent of enscons.

.. _SCons: http://scons.org/

.. _hashdist:

Hashdist
Expand Down

0 comments on commit 3d7d90f

Please sign in to comment.