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/)
55releases are available on [ PyPI] ( https://pypi.org/project/pytask-julia ) and
66[ Anaconda.org] ( https://anaconda.org/conda-forge/pytask-julia ) .
77
8+ ## 0.2.1 - 2022-04-16
9+
10+ - {pull}` 12 ` includes ` pyproject.toml ` in the package.
11+
812## 0.2.0 - 2022-04-16
913
1014- {pull}` 6 ` skip concurrent builds.
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ exclude *.yml
99
1010include README.md
1111include LICENSE
12+ include pyproject.toml
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ project_urls =
2828[options]
2929packages = find:
3030install_requires =
31- click
3231 pybaum>=0.1.1
3332 pytask>=0.2
3433python_requires = >=3.7
You can’t perform that action at this time.
0 commit comments