Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 6dfa232

Browse files
willfreyschmmd
authored andcommitted
Remove [tool.poetry] and add [build-system] (#3508)
* Remove [tool.poetry] and add [build-system] * Remove [tool.poetry] and add [build-system]
1 parent 95ef61d commit 6dfa232

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tool.poetry]
2-
name = "allennlp"
3-
41
[tool.black]
52
line-length = 100
63

@@ -20,3 +17,7 @@ exclude = '''
2017
| \bdoc\b
2118
)
2219
'''
20+
21+
[build-system]
22+
requires = ["setuptools", "wheel"]
23+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)