brocksam / pycollo

General-purpose optimal control, trajectory optimisation and parameter optimisation using direct collocation
https://brocksam.github.io/pycollo/
MIT License
8 stars 3 forks source link

Add MANIFEST.in #35

Closed brocksam closed 3 years ago

brocksam commented 3 years ago

This PR adds a MANIFEST.in to ensure that the requirements.txt, tests/, docs/ etc. are included in the source distribution. This fixes a bug prohibiting Pycollo being published on conda-forge (see here: https://github.com/conda-forge/staged-recipes/pull/15292).