-
-
Notifications
You must be signed in to change notification settings - Fork 16
Next pypi release? #22
Comments
@TRII , are you familiar with how to use pip to install packages off of github? @crast , I think pypi releases are still in your court? |
@mikelambert as of now, |
I thought so too but it did not work on my system using
|
Python 2.7.10 (default, Aug 22 2015, 20:33:39) And pip install git+http://www.github.com/wtforms/wtforms-appengine correctly installs the fields/ subdirectory for me. Are you perhaps forgetting to run with --upgrade and still seeing an older version installed on disk? Regardless, if you want to submit a pull request, I'm happy to merge in your change to use find_packages, as I agree it's better. Just not sure how it will materially affect anything for you. :) |
I had originally installed it from pypi and it included the More specifically |
Looking forward to the next pypi release! Bump! |
When are you making the next pypi release? I'm looking forward to the
query=
option forKeyPropertyField
for use in a current project.The text was updated successfully, but these errors were encountered: