v0.14.0 multiple minor changes
- bugfix: add fabfile.py in render file list - add web.upstart and use that in deb-scripts - update python .gitignore list - PEP8 now ignores E402 module level import not at top of file - http.site and https.site now use proxy_pass instead of uwsgi_pass Until uwsgi integration problem is fixed, I have to use other wsgi server. - set default python version to python 3.4 in setup.py many of my new projects use python3 instead of python2.7.
Showing
- operational 28 additions, 10 deletionsoperational
- project.clj 1 addition, 1 deletionproject.clj
- src/leiningen/new/python.clj 2 additions, 0 deletionssrc/leiningen/new/python.clj
- src/leiningen/new/python/.gitignore 2 additions, 0 deletionssrc/leiningen/new/python/.gitignore
- src/leiningen/new/python/Makefile 1 addition, 1 deletionsrc/leiningen/new/python/Makefile
- src/leiningen/new/python/conf/http.site 14 additions, 4 deletionssrc/leiningen/new/python/conf/http.site
- src/leiningen/new/python/conf/https.site 14 additions, 4 deletionssrc/leiningen/new/python/conf/https.site
- src/leiningen/new/python/conf/web.upstart 18 additions, 0 deletionssrc/leiningen/new/python/conf/web.upstart
- src/leiningen/new/python/deb-scripts/after-install.sh 1 addition, 1 deletionsrc/leiningen/new/python/deb-scripts/after-install.sh
- src/leiningen/new/python/setup.py 2 additions, 2 deletionssrc/leiningen/new/python/setup.py
Please register or sign in to comment