Helpers to authenticate and programmatically use external websites.
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.

31 lines
644 B

1 year ago
  1. [metadata]
  2. name = Zauth
  3. version = attr:zolfa.zauth.version
  4. author = Zolfa
  5. author_email = zolfa@lilik.it
  6. description = Helpers to authenticate and programmatically use external websites.
  7. classifiers =
  8. Development Status :: 1 - Planning
  9. Programming Language :: Python
  10. Programming Language :: Python :: 3.11
  11. platforms = any
  12. [options]
  13. include_package_data = True
  14. packages = find_namespace:
  15. package_dir =
  16. = src
  17. install_requires =
  18. requests
  19. lxml
  20. setup_requires =
  21. setuptools_scm
  22. [options.packages.find]
  23. where = src
  24. include = zolfa.*
  25. [options.entry_points]
  26. console_scripts =
  27. serve_freebeer=stapa.freebeer.serve:serve