[build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project] name = "hotin" version = "0.9.17" description = "An open-source CLI surfacing what's hot, fresh, and credible in AI from GitHub, Hacker News, npm, Reddit, and an insider-stars credibility signal (a roster of notable accounts you can supply yourself), ranked by cross-source corroboration and freshness." readme = "README.md" requires-python = ">=3.9" license = { text = "Apache-2.0" } authors = [{ name = "Abe Diaz" }] dependencies = [] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Internet", ] keywords = ["ai", "cli", "github", "trending", "discovery", "terminal"] [project.urls] Homepage = "https://hotin.ai" Repository = "https://github.com/abe238/hotinai" Issues = "https://github.com/abe238/hotinai/issues" [project.scripts] hotin = "hotin.cli:main" [tool.setuptools] package-dir = { "" = "src" } [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] pythonpath = ["src"]