-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
40 lines (35 loc) · 813 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
32
33
34
35
36
37
38
39
40
[metadata]
name = dsinternals
version = 1.2.4
description = Directory Services Internals Library
url = http://github.com/p0dalirius/pydsinternals
author = Podalirius
author_email = [email protected]
long_description = file:README.md
long_description_content_type = text/markdown
license = GPLv2
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
[options]
python_requires = >=3.4
install_requires =
pyopenssl
pycryptodomex
packages = find_namespace
[options.packages.find]
exclude =
tests
[tox:tox]
min_version = 1.4
env_list =
py311
py310
py39
py36
type
[testenv]
deps =
commands = python3 -m unittest discover -v