選択できるのは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