File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ authors = [
66]
77license = { file = " LICENSE" }
88readme = " README.md"
9- version = " 0.3.1 "
9+ version = " 0.3.2 "
1010dependencies = [
1111 " httpx[http2]" , " python-dateutil" , " attrs"
1212]
1313keywords = [" ftc" ]
1414requires-python = " >=3.7"
1515classifiers = [
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"]
2628build-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/"
You can’t perform that action at this time.
0 commit comments