Skip to content

Commit 34f9d20

Browse files
authored
Merge pull request #15 from shaymargolis/convert-to-pyproject-toml
root: Convert setup.py to pyproject.toml
2 parents f7da7bb + 9ffb392 commit 34f9d20

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "shellblocks"
3+
version = "0.1"
4+
dependencies = [
5+
"pytest",
6+
"unicorn>=2.0,<2.1",
7+
]
8+
readme = "README.md"
9+
10+
[build-system]
11+
requires = ["hatchling"]
12+
build-backend = "hatchling.build"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-e .
1+
.

setup.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)