INCF / csa

The Python implementation of the Connection-Set Algebra
GNU General Public License v3.0
13 stars 17 forks source link

make dist is broken #3

Closed jougs closed 6 years ago

jougs commented 6 years ago

Running make dist only packages the C++ part of csa and completely ignores the Python part. Running setup.py sdist does exactly the opposite. Ideally one would expect that make dist creates a fully configured source tarball that contains all files needed to build csa.

mdjurfeldt commented 6 years ago

make dist now works after commit 1b6e0ab.