We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7783955 commit f2279faCopy full SHA for f2279fa
setup.py
@@ -78,7 +78,7 @@ def find_libxml2_include():
78
79
__version__ = re.search(
80
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too
81
- io.open('main_package/__init__.py', encoding='utf_8_sig').read()
+ io.open('extractnet/__init__.py', encoding='utf_8_sig').read()
82
).group(1)
83
84
setup(
0 commit comments