[project] name = "reme-daily-paper" version = "0.1.2" description = "Daily Paper research and reading-note plugin for ReMe." readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.11" dependencies = [ "pypdf>=5.0.0", "reme-ai>=0.4.1.9", ] [project.entry-points."reme.plugins"] daily-paper = "reme_daily_paper" [tool.setuptools] package-dir = { "" = "src" } packages = ["reme_daily_paper"] include-package-data = true [tool.setuptools.package-data] reme_daily_paper = ["*.yaml"] [tool.pytest.ini_options] asyncio_default_fixture_loop_scope = "function" pythonpath = ["src", "../.."] testpaths = ["tests"] [build-system] requires = ["setuptools>=77", "wheel"] build-backend = "setuptools.build_meta"