File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727project = "domdf_python_tools"
2828slug = re .sub (r'\W+' , '-' , project .lower ())
2929release = version = __version__
30- copyright = "2019-2020 Dominic Davis-Foster" # noqa
30+ copyright = "2019-2020 Dominic Davis-Foster" # pylint: disable=redefined-builtin
3131language = 'en'
3232package_root = "domdf_python_tools"
3333
Original file line number Diff line number Diff line change 88from docutils .core import publish_file
99from io import StringIO
1010
11- from __pkginfo__ import * # noqa
11+ from __pkginfo__ import * # pylint: disable=wildcard-import
1212
1313recipe_dir = repo_root / "conda"
1414
Original file line number Diff line number Diff line change 22# This file is managed by `git_helper`. Don't edit it directly
33"""Setup script"""
44
5- from __pkginfo__ import * # noqa
5+ from __pkginfo__ import * # pylint: disable=wildcard-import
66
77from setuptools import setup , find_packages
88
You can’t perform that action at this time.
0 commit comments