This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Installation with pip
fails if kombu
is not installed
#4
Milestone
If I try to do a
in a fresh virtualenv (with no
kombu
installed),pip
cannot do its job:Although the dependency on
kombu
is explicit insetup.py
, that file (setup.py
) also has the following statement:(on line 13 as of callme 0.1.0) which fails if
kombu
is not already present.I suggest moving the symbols
__version__
,__author__
and similar from modulecallme
to something likecallme.info
, for instance, and then doing:from
setup.py
.The text was updated successfully, but these errors were encountered: