Skip to content

Commit 8f0fd66

Browse files
committed
Update pyproject.toml
1 parent 5f175d1 commit 8f0fd66

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

optional_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-FileCopyrightText: 2022 Alec Delaney, for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "circuitpython-csv"
1414
description = "CircuitPython helper library for working with CSV files"
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Alec Delaney", email = "[email protected]"}
@@ -36,10 +36,11 @@ classifiers = [
3636
"License :: OSI Approved :: MIT License",
3737
"Programming Language :: Python :: 3",
3838
]
39-
dynamic = ["dependencies"]
39+
dynamic = ["dependencies", "optional-dependencies"]
4040

4141
[tool.setuptools]
4242
py-modules = ["circuitpython_csv"]
4343

4444
[tool.setuptools.dynamic]
4545
dependencies = {file = ["requirements.txt"]}
46+
optional-dependencies = {optional = {file = ["optional_requirements.txt"]}}

0 commit comments

Comments
 (0)