File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3939 "sphinx.ext.viewcode" , # Add links to highlighted source code
4040 "sphinx.ext.napoleon" , # to render Google format docstrings
4141 "sphinx.ext.githubpages" ,
42- "sphinx_readme" ,
4342]
4443
4544# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 11sphinx
22sphinx-copybutton
33sphinx-rtd-theme
4- sphinx_readme
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212 {name = " Tim Littlefair" , email = " heretical.camelid@gmail.com" }
1313]
1414description = " Sample Python Project for creating a new Python Module"
15- readme = " docs/tl_python_package_template .rst"
15+ readme = " README .rst"
1616classifiers = [
1717 " Development Status :: 3 - Alpha" ,
1818 " Intended Audience :: Developers" ,
@@ -51,9 +51,9 @@ test = [
5151]
5252
5353[project .urls ]
54- Documentation = " https://github.com/microsoft/ python-package-template/tree/main#readme"
55- Source = " https://github.com/microsoft/ python-package-template"
56- Tracker = " https://github.com/microsoft/ python-package-template/issues"
54+ Documentation = " https://github.com/tim-littlefair/tl- python-package-template/tree/main#readme"
55+ Source = " https://github.com/tim-littlefair/tl- python-package-template"
56+ Tracker = " https://github.com/tim-littlefair/tl- python-package-template/issues"
5757
5858[tool .flit .module ]
5959name = " tl_python_package_template"
You can’t perform that action at this time.
0 commit comments