forked from smacke/ffsubsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (24 loc) · 693 Bytes
/
setup.cfg
File metadata and controls
31 lines (24 loc) · 693 Bytes
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
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py install' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = ffsubsync/_version.py
versionfile_build = ffsubsync/_version.py
tag_prefix =
parentdir_prefix = ffsubsync-
[metadata]
description_file = README.md
[flake8]
max-line-length = 100
exclude = .git,__pycache__,old,build,dist,docs,versioneer.py,ffsubsync/_version.py
[bdist_wheel]
universal = 1
[tool:pytest]
filterwarnings = ignore::DeprecationWarning
[mypy]
no_strict_optional = True
ignore_missing_imports = True
[mypy-ffsubsync._version]
ignore_errors = True