pyproject.toml 659 B

123456789101112131415161718192021222324252627
  1. [build-system]
  2. requires= ["setuptools>=77.0.3"]
  3. build-backend="setuptools.build_meta"
  4. [project]
  5. name="nixWrapper"
  6. version="1.1.6"
  7. authors=[{name="Andrej Studen", email="andrej.studen@fmf.uni-lj.si"},]
  8. description="portal to Network of Imaging Excellence (NIX) utilities"
  9. readme="README.md"
  10. requires-python = ">=3.7"
  11. classifiers = [
  12. "Programming Language :: Python :: 3",
  13. "Operating System :: OS Independent",
  14. ]
  15. license = "MIT"
  16. license-files = ["LICEN[CS]E"]
  17. dependencies=[
  18. "urllib3 >= 1.26.0",
  19. "chardet >= 3.0.0",
  20. ]
  21. [project.urls]
  22. "Homepage" = "https://git0.fmf.uni-lj.si/studen/nixWrapper"
  23. #"Bug Tracker" = "https://git0.fmf.uni-lj.si/studen/nixWrapper"