Skip to content

Commit 9263706

Browse files
authored
Fix post-release issues. (#10)
1 parent 1f2086e commit 9263706

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1016
0.0.7 - 2021-02-25
1117
------------------
1218

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
README = Path("README.rst").read_text()
1010

1111
PROJECT_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

@@ -25,6 +25,8 @@
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=[

0 commit comments

Comments
 (0)