File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# root level directories
2- dist /*
3- build /*
4- env /*
2+ dist /
3+ build /
4+ env /
55
66# docs build directory
7- docs /build /*
7+ docs /build /
88
99# global file patterns
1010* .log
@@ -14,20 +14,20 @@ docs/build/*
1414* .swp
1515* .egg-info
1616.coverage
17- .tox /*
18- tests /htmlcov /*
17+ .tox /
18+ tests /htmlcov /
1919.DS_Store
20- .pybuild /*
20+ .pybuild /
2121.python-version
2222* ~
2323* .tmp
2424.pre-commit-config.yaml
2525.vscode
2626
2727# Debian generated files
28- debian /.debhelper /*
28+ debian /.debhelper /
2929debian /* -stamp
3030debian /files
3131debian /* .debhelper
3232debian /* .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
3434
3535[options]
3636packages = find:
37- python_requires = ~ =3.7
37+ python_requires = > =3.7
3838install_requires =
3939 requests>=2.19.1
4040 securesystemslib>=0.22.0
Original file line number Diff line number Diff line change 44# and then run "tox" from this directory.
55
66[tox]
7+ isolated_build =true
78envlist = lint,docs,py
89skipsdist = true
910
Original file line number Diff line number Diff line change 55"""
66
77# 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.
118__version__ = "1.0.0"
You can’t perform that action at this time.
0 commit comments