You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 646B

123456789101112131415161718192021222324
  1. [project]
  2. name = "ragflow"
  3. version = "0.8.0.dev1"
  4. authors = [
  5. { name = "The RAGFlow Development Team", email = "author@example.com" },
  6. ] # TODO: email
  7. dependencies = ["pytest~=8.2.0"]
  8. description = "ragflow"
  9. readme = "README.md"
  10. requires-python = ">=3.10"
  11. classifiers = [
  12. "Programming Language :: Python :: 3",
  13. "License :: OSI Approved :: Apache License2",
  14. "Operating System :: OS Independent",
  15. ]
  16. [build-system]
  17. requires = ["setuptools>=61.0", "wheel"]
  18. build-backend = "setuptools.build_meta"
  19. [project.urls]
  20. "Homepage" = "https://github.com/pypa/sampleproject"
  21. "Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
  22. # TODO