您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
 
 
 
 
 
 

25 行
335 B

  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