[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "getmeajob" version = "0.1.0" description = "Tool for managing job searches." authors = [ { name = "msglm", email = "msglm@techchud.xyz" } ] dependencies = [ "tomli", "JobSpy @ git+https://github.com/speedyapply/JobSpy.git", "llama-cpp-python", "free-proxy", ] [project.scripts] getmeajob = "getmeajob.getmeajob:main" [tool.setuptools.packages.find] # matches setuptools.find_packages() behavior where = ["."] exclude = []