blob: 5be314b528bee18e897d467eb5e0c1741ccf0310 (
plain)
1
2
3
4
5
6
|
# Make sure we have this code installed. r.s.autointerface
# has a dep on zope.interface and without care we get the released
# version from PyPI, not the code here.
# See https://github.com/zopefoundation/zope.interface/pull/121#issuecomment-406372435
-e .
repoze.sphinx.autointerface
|