Access python dicts using path strings (mainly just doing this to l2submodule)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1 rok temu
123456789101112131415161718192021
  1. [build-system]
  2. requires = ["hatchling"]
  3. build-backend = "hatchling.build"
  4. [project]
  5. name = "confthing"
  6. version = "0.1"
  7. authors = [
  8. { name="whut", email="watewhut@aaathats3as.com" },
  9. ]
  10. description = "Allows working with dicts using path strings"
  11. readme = "README.md"
  12. requires-python = ">=3.7"
  13. classifiers = [
  14. "Programming Language :: Python :: 3",
  15. "License :: Other/Proprietary License",
  16. "Operating System :: OS Independent",
  17. ]
  18. [project.urls]
  19. "Homepage" = "https://git.lain.church/whut/confthing"