File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -25,5 +25,3 @@ coverage:
2525ignore :
2626 - " .tox/**/*"
2727 - " setup.py"
28- - " versioneer.py"
29- - " src/_pytask/_version.py"
Original file line number Diff line number Diff 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
19200.0.14 - 2021-03-23
Original file line number Diff line number Diff line change 11[metadata]
22name = pytask
3+ description = In its highest aspirations, pytask tries to be pytest as a build system.
34long_description = file: README.rst
45long_description_content_type = text/x-rst
56url = 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]
2935packages = find:
You can’t perform that action at this time.
0 commit comments