Skip to content

Commit 9d0df9f

Browse files
committed
fix readme.
1 parent 3462081 commit 9d0df9f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.. raw:: html
2-
3-
<img src="docs/_static/images/pytask_w_text.png" alt="pytask" width="50%">
1+
.. image:: https://raw.githubusercontent.com/pytask-dev/pytask/main/docs/_static/images/pytask_w_text.png
2+
:target: https://pytask-dev.readthedocs.io/en/latest
3+
:align: center
4+
:width: 50%
5+
:alt: pytask
46

57
------
68

codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ coverage:
2525
ignore:
2626
- ".tox/**/*"
2727
- "setup.py"
28-
- "versioneer.py"
29-
- "src/_pytask/_version.py"

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
1414
- :gh:`81` adds a warning if a path is not correctly cased on a case-insensitive file
1515
system. This facilitates cross-platform builds of projects. Deactivate the check by
1616
setting ``check_casing_of_paths = false`` in the configuration file.
17+
- :gh:`83` replaces ``versioneer`` with ``setuptools_scm``.
1718

1819

1920
0.0.14 - 2021-03-23

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
22
name = pytask
3+
description = In its highest aspirations, pytask tries to be pytest as a build system.
34
long_description = file: README.rst
45
long_description_content_type = text/x-rst
56
url = https://pytask-dev.readthedocs.io/en/latest
@@ -24,6 +25,11 @@ classifiers =
2425
Programming Language :: Python :: 3.9
2526
Topic :: Scientific/Engineering
2627
Topic :: Software Development :: Build Tools
28+
project_urls =
29+
Changelog = https://pytask-dev.readthedocs.io/en/latest/changes.html
30+
Documentation = https://pytask-dev.readthedocs.io/en/latest
31+
Github = https://github.com/pytask-dev/pytask
32+
Tracker = https://github.com/pytask-dev/pytask/issues
2733

2834
[options]
2935
packages = find:

0 commit comments

Comments
 (0)