slaclab / lcls-live

Tools for running the LCLS live accelerator models
https://slaclab.github.io/lcls-live/
Apache License 2.0
4 stars 8 forks source link

Turn this project into an importable python module. #2

Closed mattgibbs closed 5 years ago

mattgibbs commented 5 years ago

I want this project to be importable so that I can use it in other projects without monkeying around with PYTHONPATH. Toward that goal, I've added a setup.py, requirements.txt, and MANIFEST.in file. I renamed the 'LCLS' directory to 'lcls_live', and fixed up all the imports that used to refer to 'LCLS'.