File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
requires = [" poetry-core>=1.0.0" ]
3
3
build-backend = " poetry.core.masonry.api"
4
4
5
+ [project ]
6
+ name = " jsonstar"
7
+
8
+ [project .urls ]
9
+ Homepage = " https://github.com/routablehq/python-jsonstar"
10
+ Documentation = " https://github.com/routablehq/python-jsonstar"
11
+ Repository = " https://github.com/henriqroutablehquebastos/python-jsonstar"
12
+ Issues = " https://github.com/routablehq/python-jsonstar/issues"
13
+
5
14
[tool .black ]
6
15
line-length = 120
7
16
target-version = [' py311' ]
@@ -50,13 +59,6 @@ classifiers = [
50
59
" Topic :: Software Development :: Libraries :: Python Modules" ,
51
60
]
52
61
53
- [project .urls ]
54
- Homepage = " https://github.com/henriquebastos/python-jsonstar"
55
- Documentation = " https://github.com/henriquebastos/python-jsonstar"
56
- Repository = " https://github.com/henriquebastos/python-jsonstar"
57
- Issues = " https://github.com/henriquebastos/python-jsonstar/issues"
58
-
59
-
60
62
[tool .poetry .dependencies ]
61
63
python = " >=3.9"
62
64
You can’t perform that action at this time.
0 commit comments