File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
5
5
releases are available on [ PyPI] ( https://pypi.org/project/pytask-julia ) and
6
6
[ Anaconda.org] ( https://anaconda.org/conda-forge/pytask-julia ) .
7
7
8
+ ## 0.2.1 - 2022-04-16
9
+
10
+ - {pull}` 12 ` includes ` pyproject.toml ` in the package.
11
+
8
12
## 0.2.0 - 2022-04-16
9
13
10
14
- {pull}` 6 ` skip concurrent builds.
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ exclude *.yml
9
9
10
10
include README.md
11
11
include LICENSE
12
+ include pyproject.toml
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ project_urls =
28
28
[options]
29
29
packages = find:
30
30
install_requires =
31
- click
32
31
pybaum>=0.1.1
33
32
pytask>=0.2
34
33
python_requires = >=3.7
You can’t perform that action at this time.
0 commit comments