xuanxu / starmatrix

Modelling nucleosynthesis of galactic chemical elements
https://starmatrix.readthedocs.io
MIT License
1 stars 3 forks source link

move project to a /src structure #1

Closed xuanxu closed 5 years ago

xuanxu commented 5 years ago

This PR moves intergalactic code to a /src directory, following best practices detailed here: https://blog.ionelmc.ro/2014/05/25/python-packaging/

The PR adds a setup.py file for proper library packaging and distribution And also moves the main intergalactic script to cli.py:main()