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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

setup.cfg 335 B

5 years ago
123456789101112131415161718192021222324
  1. [metadata]
  2. name = stegano
  3. version = 0.1.0
  4. description = simple steagography script
  5. author = e2l
  6. [options]
  7. py_modules = ["stegano"],
  8. install_requires =
  9. Pillow
  10. classifiers =
  11. "Programming Language :: Python :: 3"
  12. [options.extras_require]
  13. dev =
  14. black
  15. pytest
  16. [options.entry_points]
  17. console_scripts =
  18. stegano = stegano:main