Skip to content

Commit 65535da

Browse files
committed
Changes in Readme
1 parent a55caa5 commit 65535da

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
This is a record of all past pytask-vscode releases and what went into
44
them in reverse chronological order.
55

6-
## 0.0.1 - 2022-xx-xx
6+
## 0.0.1 - 2023-11-21
77

8-
- {pull}`1` fixes ... (Thanks to {user}`mj023`)
8+
- First stable version for pytask v0.4.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This is a plugin for Pytask. It is needed to use the Pytask VS Code Extension.
55

66
## Installation
77

8-
pytask-vscode is available on [PyPI](https://test.pypi.org/project/pytask-vscode/). Install it with
8+
pytask-vscode is available on [PyPI](https://pypi.org/project/pytask-vscode/). Install it with
99

1010
```console
11-
$ pip install -i https://test.pypi.org/simple/ pytask-vscode
11+
$ pip install pytask-vscode
1212

1313
```
1414

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- toml
1212

1313
# Package dependencies
14-
- pytask >=0.4.1
14+
- pytask >=0.4.2
1515
- pytask-parallel >=0.2
1616
- requests
1717

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]
33
build-backend = "setuptools.build_meta"
44

5+
56
[tool.setuptools_scm]
67
write_to = "src/pytask_vscode/_version.py"
78

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = pytask_vscode
2+
name = pytask-vscode
33
description = Additional Logging for VS Code integration
44
long_description = file: README.md
55
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)