File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 12
12
python-version : " 3.11"
13
13
- name : Install dependencies
14
14
run : |
15
- python -m pip install --upgrade pip poetry
15
+ python -m pip install --upgrade pip poetry==1.8.5
16
16
poetry install
17
17
- name : Lint
18
18
run : |
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Install dependencies
33
33
run : |
34
- python -m pip install --upgrade pip poetry
34
+ python -m pip install --upgrade pip poetry==1.8.5
35
35
poetry install
36
36
- name : Test
37
37
run : poetry run pytest
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