PrestonStringham / DATA515-MusicGeneration

MIT License
3 stars 0 forks source link

Create setup.py and make ancillary changes #2

Closed carljparker closed 3 years ago

carljparker commented 3 years ago

See the top-level README.md for instructions to install the package.

I initially put the version string in EasyMusicGenerator.py, but after module installation, I had trouble importing it from there because of EasyMusicGenerator's dependencies on Preprocessor.py and Pregenerator.py. I'm not sure exactly what the issue was there, but to work around it, I put the version string in its own module--at least for now.

I added a short Python program in the tests directory. After you install the package, you can use this program to test that you can import the package and view the version string.