Skip to content

Commit 5c871b4

Browse files
committed
updated pyproject.toml with some fixes
1 parent 89bc7ec commit 5c871b4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ authors = [
66
]
77
license = { file = "LICENSE" }
88
readme = "README.md"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010
dependencies = [
1111
"httpx[http2]", "python-dateutil", "attrs"
1212
]
1313
keywords = ["ftc"]
1414
requires-python = ">=3.7"
1515
classifiers = [
16-
"Programming Language :: Python :: 3"
16+
"Programming Language :: Python :: 3",
17+
"Development Status :: 4 - Beta",
18+
"License :: OSI Approved :: MIT License"
1719
]
1820

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

2830
[tool.setuptools]
29-
packages = ["ftc_api", "ftc_api.api", "ftc_api.models"]
31+
packages = ["ftc_api"]
3032

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

0 commit comments

Comments
 (0)