Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
schizza authored May 12, 2024
1 parent d21a3ec commit e44abc9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bakalari_api"
version = "0.1"
version = "0.0"
dependencies = [
"asyncio",
"typing",
Expand Down Expand Up @@ -40,10 +40,6 @@ Repository = "https://github.com/schizza/bakalari-api3"
"Bug Tracker" = "https://github.com/schizza/bakalari-api3/issues"
Changelog = "https://github.com/schizza/bakalari-api3/blob/master/CHANGELOG.md"

packages = [
{ package = "bakalari_api", from = "src" }
]

[project.scripts]
bakalari = "bakalari_api:main"

Expand Down Expand Up @@ -214,4 +210,4 @@ mark-parentheses = false
"async_timeout".msg = "use asyncio.timeout instead"

[tool.ruff.lint.isort]
force-sort-within-sections = true
force-sort-within-sections = true

0 comments on commit e44abc9

Please sign in to comment.