Skip to content

Commit

Permalink
updated pyproject.toml with some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 17, 2023
1 parent 89bc7ec commit 5c871b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ authors = [
]
license = { file = "LICENSE" }
readme = "README.md"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"httpx[http2]", "python-dateutil", "attrs"
]
keywords = ["ftc"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License"
]

[project.optional-dependencies]
Expand All @@ -26,7 +28,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["ftc_api", "ftc_api.api", "ftc_api.models"]
packages = ["ftc_api"]

[project.urls]
"Homepage" = "https://arihant2math.github.io/ftc-api/"
Expand Down

0 comments on commit 5c871b4

Please sign in to comment.