issues
search
filepicker
/
filepicker-django
A django plugin to make integrating with Filepicker.io even easier
Other
93
stars
29
forks
source link
Improved contributor experience by adding setuptools option to setup.py
#36
Closed
pydanny
closed
10 years ago
pydanny
commented
10 years ago
setuptools
import option in
setup.py
means that contributors can use the very handy
python setup.py develop
option.
Added to .gitignore to help prevent various egg building remnants from clouding up the git history
setuptools
import option insetup.py
means that contributors can use the very handypython setup.py develop
option.