File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-r>`_ and
77`Anaconda.org <https://anaconda.org/pytask/pytask-r >`_.
88
99
10+ 0.0.8 - 2021-xx-xx
11+ ------------------
12+
13+ - :gh: `10 ` fixes some post-release issues.
14+
15+
10160.0.7 - 2021-02-25
1117------------------
1218
Original file line number Diff line number Diff line change 99README = Path ("README.rst" ).read_text ()
1010
1111PROJECT_URLS = {
12- "Documentation" : "https://github.com/pytask-dev/pytask-latex " ,
13- "Github" : "https://github.com/pytask-dev/pytask-latex " ,
14- "Tracker" : "https://github.com/pytask-dev/pytask-latex /issues" ,
15- "Changelog" : "https://github.com/pytask-dev/pytask-latex /blob/main/CHANGES.rst" ,
12+ "Documentation" : "https://github.com/pytask-dev/pytask-r " ,
13+ "Github" : "https://github.com/pytask-dev/pytask-r " ,
14+ "Tracker" : "https://github.com/pytask-dev/pytask-r /issues" ,
15+ "Changelog" : "https://github.com/pytask-dev/pytask-r /blob/main/CHANGES.rst" ,
1616}
1717
1818
2525 long_description_content_type = "text/x-rst" ,
2626 author = "Tobias Raabe" ,
2727 author_email = "raabe@posteo.de" ,
28+ url = PROJECT_URLS ["Github" ],
29+ project_urls = PROJECT_URLS ,
2830 python_requires = ">=3.6" ,
2931 license = "MIT" ,
3032 classifiers = [
You can’t perform that action at this time.
0 commit comments