twisted / ampoule

Process pool for Twisted, using AMP
Other
12 stars 19 forks source link

setup.py imports ampoule (breaks if Twisted is missing at setup time) #5

Closed moshez closed 6 years ago

moshez commented 6 years ago

In the setup.py file for Ampoule, line 19 imports ampoule. The only place it is used is for version information. This import breaks the install if Twisted is not available on the system path at the time. Would it be possible to explicitly enter the version in setup.py or read it from a file instead of importing the module?

moshez commented 6 years ago

This should probably be fixed by moving to calver and incremental

moshez commented 6 years ago

Fixed in #21