jyn514 / GradeForge

Courses available from my.sc.edu
GNU General Public License v3.0
1 stars 0 forks source link

package on PyPi #54

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Currently, there's no packaging; you have to run make from scratch. It would be nice to put the database on pypi so you can run pip install gradeforge and have the database ready to go.

jyn514 commented 6 years ago

I believe https://docs.python.org/3/distutils/setupscript.html#installing-additional-files is the appropriate link this is for global data, /etc/fonts and the like.

jyn514 commented 6 years ago

I ended up extending bdist

jyn514 commented 6 years ago

Currently this works for pip install . The next step is to follow https://packaging.python.org/tutorials/packaging-projects/

jyn514 commented 6 years ago

This is live!