Skip to content

Commit dcbd1c9

Browse files
Merge pull request #520 from BindsNET/hananel
Fix editable state installtion
2 parents 390c10d + c202ca1 commit dcbd1c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sphinx-rtd-theme = "0.5.1"
4141
imagecodecs = "^2021.8.26"
4242

4343
[build-system]
44-
requires = ["poetry-core>=1.0.0"]
44+
requires = ["setuptools", "poetry-core>=1.0.0"]
4545
build-backend = "poetry.core.masonry.api"
4646

4747
[tool.isort]

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env python
2+
3+
import setuptools
4+
5+
if __name__ == "__main__":
6+
setuptools.setup()

0 commit comments

Comments
 (0)