jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Include version.py and requirements.txt in MANIFEST for sdist #199

Closed kinow closed 3 years ago

kinow commented 3 years ago

Closes #197

Tested with python setup.py sdist, and then building from source in dist/. It worked after I added both version.py and requirements.txt to MANIFEST.

Tested too that python setup.py bdist_wheel did not include these files.