-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
57 lines (53 loc) · 1.61 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = simple-steganography
version = 1.0.5
author = Karafra
author_email = [email protected]
url = https://github.com/karafra/steg-utility/
description = Simple command line utility for steganography
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache Software License
license_file = LICENSE
platform = any
keywords = steganography, cli, utility
classifiers =
Natural Language :: English
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Terminals
Topic :: Utilities
Topic :: Scientific/Engineering :: Image Processing
Typing :: Typed
project_urls =
Bug Reports = https:/import/github.com/karafra/steg-utility/issues
Changelog = https://github.com/karafra/steg-utility/blob/master/CHANGELOG.md
Source Code = https://github.com/karafra/steg-utility/
[options]
zip_safe = true
python_requires = >= 3.8.10
package_dir =
simple_steganography=simple_steganography
setup_requires =
wheel
setuptools >= 46.4.0
install_requires =
opencv-python
numpy
tests_require =
mockito
coverage
[options.entry_points]
console_scripts =
simple-steganography = simple_steganography.__main__:run
[bdist_wheel]
universal = true
[sdist]
formats = zip, gztar