-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (28 loc) · 817 Bytes
/
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
[metadata]
name = pyrustaudit
version = 0.0.9
author = Mike Moore
author_email = z_z_zebra@yahoo.com
license = MIT
description = A utility to extract rust audit information from rust executable if audit enabled
url = https://github.com/Mikemoore63/pyrustaudit
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
py_modules = pyrustaudit
zip_safe = False
setup_requires = setuptools-golang
scripts = get_rust_audit
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.entry_points]
pyinstaller40 =
hook-dirs = pyrustaudit._pyinstaller:get_hook_dirs
tests = pyrustaudit._pyinstaller:get_PyInstaller_tests