We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5914eaa commit 48cc1c7Copy full SHA for 48cc1c7
setup.py
@@ -87,10 +87,6 @@ def get_files(*bases):
87
@staticmethod
88
def get_metavar(name):
89
data = Setup.read(os.path.join(PACKAGE, "__init__.py"))
90
-<<<<<<< HEAD
91
- print(name)
92
-=======
93
->>>>>>> c3337038f32900ebc5e606c621f1f28b537f64b8
94
value = (
95
re.search(u"__{}__\s*=\s*u?'([^']+)'".format(name), data).group(1).strip()
96
)
0 commit comments