collective / collective.volto.formsupport

Enable support for customizable forms in Volto
GNU General Public License v2.0
2 stars 8 forks source link

Fix setup py #4

Closed arsenico13 closed 3 years ago

arsenico13 commented 3 years ago

Found some problems installing this package, like this two:

pip install collective.volto.formsupport 
ERROR: Could not find a version that satisfies the requirement collective.volto.formsupport
ERROR: No matching distribution found for collective.volto.formsupport

and

Processing /tmp/tmpc6jj7fybget_dist/collective.volto.formsupport-1.0.3.tar.gz
collective.volto.formsupport requires Python '==2.7, >=3.6' but the running Python is 3.7.3
No .dist-info directory after successful pip install of /tmp/tmpc6jj7fybget_dist/collective.volto.formsupport-1.0.3.tar.gz
While:
  Installing instance1.
  Getting distribution for 'collective.volto.formsupport==1.0.3'.

(the latter, using zc.buildout==3.0.0b2)

This pr should fix that.