File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060github_username = "domdfcoding"
6161web = github_url = f"https://github.com/domdfcoding/domdf_python_tools"
6262project_urls = {
63- "Documentation" : f"https://domdf_python_tools.readthedocs.io" , # TODO: Make this link match the package version
63+ "Documentation" : f"https://domdf_python_tools.readthedocs.io" ,
6464 "Issue Tracker" : f"{ github_url } /issues" ,
6565 "Source Code" : github_url ,
6666 }
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"
30+ copyright = "2019-2020 Dominic Davis-Foster" # noqa
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 *
11+ from __pkginfo__ import * # noqa
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 *
5+ from __pkginfo__ import * # noqa
66
77from setuptools import setup , find_packages
88
You can’t perform that action at this time.
0 commit comments