File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 python-version : " 3.11"
1313 - name : Install dependencies
1414 run : |
15- python -m pip install --upgrade pip poetry
15+ python -m pip install --upgrade pip poetry==1.8.5
1616 poetry install
1717 - name : Lint
1818 run : |
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
3333 run : |
34- python -m pip install --upgrade pip poetry
34+ python -m pip install --upgrade pip poetry==1.8.5
3535 poetry install
3636 - name : Test
3737 run : poetry run pytest
Original file line number Diff line number Diff line change 22requires = [" poetry-core>=1.0.0" ]
33build-backend = " poetry.core.masonry.api"
44
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+
514[tool .black ]
615line-length = 120
716target-version = [' py311' ]
@@ -50,13 +59,6 @@ classifiers = [
5059 " Topic :: Software Development :: Libraries :: Python Modules" ,
5160]
5261
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-
6062[tool .poetry .dependencies ]
6163python = " >=3.9"
6264
You can’t perform that action at this time.
0 commit comments