Files
ldapuserdir/setup.cfg

35 lines
484 B
INI

# setup.cfg for ldapuserdir
[metadata]
license_files = LICENSE
[options]
zip_safe = False
include_package_data = True
[options.packages.find]
exclude =
tests*
docs*
build*
dist*
*.egg-info*
[build]
# No longer needed for modern setuptools
[install]
# No longer needed for modern setuptools
[bdist_rpm]
Release=1
Group=Applications/Internet
Vendor=ExampleOrg
Packager=User Name
Requires=python3-ldap
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0