[project] name = "argus-agent" version = "1.1.0" description = "Argus agent binary" readme = "README.md" requires-python = ">=3.11" dependencies = [ "requests==2.31.0" ] [build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [tool.argus] entry = "app.main:main" [tool.setuptools] packages = ["app"]