File tree 4 files changed +11
-13
lines changed 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
# root level directories
2
- dist /*
3
- build /*
4
- env /*
2
+ dist /
3
+ build /
4
+ env /
5
5
6
6
# docs build directory
7
- docs /build /*
7
+ docs /build /
8
8
9
9
# global file patterns
10
10
* .log
@@ -14,20 +14,20 @@ docs/build/*
14
14
* .swp
15
15
* .egg-info
16
16
.coverage
17
- .tox /*
18
- tests /htmlcov /*
17
+ .tox /
18
+ tests /htmlcov /
19
19
.DS_Store
20
- .pybuild /*
20
+ .pybuild /
21
21
.python-version
22
22
* ~
23
23
* .tmp
24
24
.pre-commit-config.yaml
25
25
.vscode
26
26
27
27
# Debian generated files
28
- debian /.debhelper /*
28
+ debian /.debhelper /
29
29
debian /* -stamp
30
30
debian /files
31
31
debian /* .debhelper
32
32
debian /* .substvars
33
- debian /python * -tuf /*
33
+ debian /python * -tuf /
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ license_files = LICENSE LICENSE-MIT
34
34
35
35
[options]
36
36
packages = find:
37
- python_requires = ~ =3.7
37
+ python_requires = > =3.7
38
38
install_requires =
39
39
requests>=2.19.1
40
40
securesystemslib>=0.22.0
Original file line number Diff line number Diff line change 4
4
# and then run "tox" from this directory.
5
5
6
6
[tox]
7
+ isolated_build =true
7
8
envlist = lint,docs,py
8
9
skipsdist = true
9
10
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# This value is used in the requests user agent.
8
- # setup.cfg has it hard-coded separately.
9
- # Currently, when the version is changed, it must be set in both locations.
10
- # TODO: Single-source the version number.
11
8
__version__ = "1.0.0"
You can’t perform that action at this time.
0 commit comments