-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hello.
I was trying to create a gentoo portage ebuild for this python package and encountered an issue. Which could be bypassed by such patch:
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ except (OSError, subprocess.CalledProcessError, IOError):
exec(f.read(), d)
version = d['__version__']
except IOError:
- version = 'unknown'
+ version = '0.5.7'
with open('README.rst') as f:
Im not sure if this is important to begin with, but decided i should report about it.
Metadata
Metadata
Assignees
Labels
No labels