您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 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