Skip to content

Commit 77c5017

Browse files
committed
Update configuration script and a test ABOUT file
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent f4ae6e4 commit 77c5017

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

setup.cfg

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,6 @@ install_requires =
4949
boolean.py >= 3.5, < 4.0
5050
license_expression >= 0.94
5151
packageurl_python >= 0.9.0
52-
certifi
53-
wheel
54-
pip
55-
wincertstore
56-
MarkupSafe
57-
six
58-
attrs
59-
MarkupSafe
60-
PyYAML
61-
atomicwrites
62-
attrs
63-
bumpversion
64-
chardet
65-
codecov
66-
funcsigs
67-
idna
68-
ipaddress
69-
more_itertools
70-
nltk
71-
pathlib2
72-
pbr
73-
pluggy
74-
requests
75-
scandir
76-
7752

7853
setup_requires = setuptools_scm[toml] >= 4
7954
python_requires = >=3.6.*, <4

tests/testdata/test_cmd/repository-mini/appdirs.ABOUT

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ homepage_url: https://pypi.python.org/pypi/appdirs
88
copyright: Copyright (c) 2010 ActiveState Software Inc.
99

1010
license_expression: mit
11-
license_text_file:
12-
- appdirs.LICENSE
11+
license_text_file: appdirs.LICENSE

0 commit comments

Comments
 (0)