diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 9a113f9..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,18 +0,0 @@ -[build-system] -requires = ["flit_core >=2,<4"] -build-backend = "flit_core.buildapi" - -[tool.flit.metadata] -module = "onaws" -author = "Amal Murali" -author-email = "amalmurali47@gmail.com" -home-page = "https://github.com/amalmurali47/onaws" -classifiers = [ "License :: OSI Approved :: MIT License",] -requires = [ - "requests", - "pytricia" -] -description-file = "README.md" - -[tool.flit.scripts] -onaws = "onaws:__main__.main"