Closed xuanxu closed 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/
/src
The PR adds a setup.py file for proper library packaging and distribution And also moves the main intergalactic script to cli.py:main()
setup.py
cli.py:main()
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 tocli.py:main()