diff --git a/pyproject.toml b/pyproject.toml index 03f9ab1..5304e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] @@ -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/"