Skip to content

Commit cd47c33

Browse files
authored
Add missing pyproject.toml to the package. (#12)
1 parent c723524 commit cd47c33

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55
releases 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.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ exclude *.yml
99

1010
include README.md
1111
include LICENSE
12+
include pyproject.toml

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
click
3231
pybaum>=0.1.1
3332
pytask>=0.2
3433
python_requires = >=3.7

0 commit comments

Comments
 (0)