Access python dicts using path strings (mainly just doing this to l2submodule)
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.

21 lines
511B

  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"