obriencj / python-sibilant

A dialect of Lisp compiling to Python bytecode
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Implement a compile-to-file setuptools hook for sibilant sources #9

Open obriencj opened 7 years ago

obriencj commented 7 years ago

To allow future projects that may want to use sibilant to easily combine sibilant and python sources, add extensions to the build, bdist, and install segments of setuptools so that:

obriencj commented 7 years ago

Depends on #8