We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4e692 commit d7fd444Copy full SHA for d7fd444
setup.cfg
@@ -31,28 +31,31 @@ keywords =
31
[options]
32
package_dir=
33
=src
34
-packages=find:
+packages = find:
35
include_package_data = true
36
zip_safe = false
37
install_requires =
38
commoncode >= 21.1
39
plugincode >= 20.09
40
typecode >= 21.1
41
- typecode-libmagic >= 5.39.1.1
42
patch >= 1.15
43
- extractcode-7z >= 16.5
44
- extractcode-libarchive >= 3.4.3
45
46
setup_requires = setuptools_scm[toml] >= 4
47
48
[options.packages.find]
49
where=src
50
51
[options.extras_require]
+full =
+ extractcode_7z
+ extractcode_libarchive
52
+ typecode[full] >= 21.1
53
+
54
testing =
55
# upstream
56
pytest >= 6
57
pytest-xdist >= 2
58
59
docs=
60
Sphinx>=3.3.1
61
sphinx-rtd-theme>=0.5.0
0 commit comments