pyproject.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [build-system]
  2. requires = [ "setuptools >= 77.0.3" ]
  3. build-backend = "setuptools.build_meta"
  4. [tool.setuptools.packages.find]
  5. where = [ "source" ]
  6. [project]
  7. name = "cx-apikey"
  8. version = "2025.11.03-1"
  9. requires-python = ">= 3.7"
  10. readme = "README.md"
  11. description = "That is API key generator and manager."
  12. license = "MIT"
  13. license-files = [ "LICENSE" ]
  14. keywords = [
  15. "API", "APIkey", "apikey", "key", "secrets", "random", "generator",
  16. ]
  17. authors = [
  18. { name = "Cixo", email = "cixo@cixoelectronic.pl" }
  19. ]
  20. maintainers = [
  21. { name = "Cixo", email = "cixo@cixoelectronic.pl" }
  22. ]
  23. classifiers = [
  24. "Development Status :: 5 - Production/Stable",
  25. "Intended Audience :: Developers",
  26. "Topic :: Software Development :: Libraries",
  27. "Programming Language :: Python :: 3",
  28. ]
  29. [project.urls]
  30. Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-apikey"
  31. Repository = "https://git.cixoelectronic.pl/cixo-electronic/cx-apikey"
  32. Documentation = "https://git.cixoelectronic.pl/cixo-electronic/cx-apikey/wiki/Quickstart"
  33. Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-apikey/issues"