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 220b3d8 commit a747eddCopy full SHA for a747edd
setup.py
@@ -37,7 +37,7 @@
37
'yapf==0.23'],
38
'read-the-docs': ['mock', 'numpy', 'sphinxcontrib-bibtex']}
39
40
- setup(
+setup(
41
name='colour-checker-detection',
42
version='0.1.1',
43
description='Colour checker detection with Python',
@@ -52,5 +52,4 @@
52
install_requires=install_requires,
53
extras_require=extras_require,
54
python_requires='>=3.5,<4.0',
55
- )
56
-
+)
tasks.py
@@ -350,9 +350,9 @@ def sub_callable(match):
350
return ''
351
352
template = """
353
- setup({0}
354
355
- """
+setup({0}
+"""
356
357
source = re.sub('from setuptools import setup',
358
'import codecs\nfrom setuptools import setup', source)
0 commit comments