Skip to content

Commit 475c6ac

Browse files
committed
Merge latest skeleton
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents 237569d + 69eec23 commit 475c6ac

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

configure.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
@rem ################################
12-
@rem # A configuration script to set things up:
12+
@rem # A configuration script to set things up:
1313
@rem # create a virtualenv and install or update thirdparty packages.
1414
@rem # Source this script for initial configuration
1515
@rem # Use configure --help for details
@@ -48,7 +48,7 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
4848

4949

5050
@rem ################################
51-
@rem # Set the quiet flag to empty if not defined
51+
@rem # Set the quiet flag to empty if not defined
5252
if not defined CFG_QUIET (
5353
set "CFG_QUIET= "
5454
)
@@ -65,8 +65,8 @@ if "%1" EQU "--dev" (
6565
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
6666
set CFG_DEV_MODE=1
6767
)
68-
if "%1" EQU "--python" (
69-
echo "The --python is now DEPRECATED. Use the PYTHON_EXECUTABLE environment
68+
if "%1" EQU "--python"(
69+
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070
echo "variable instead. Run configure --help for details."
7171
exit /b 0
7272
)
@@ -76,7 +76,7 @@ if "%1" EQU "--python" (
7676
@rem # Use environment variables or a file if available.
7777
@rem # Otherwise the latest Python by default.
7878
if not defined PYTHON_EXECUTABLE (
79-
@rem # check for a file named PYTHON_EXECUTABLE
79+
@rem # check for a file named PYTHON_EXECUTABLE
8080
if exist ""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE"" (
8181
set /p PYTHON_EXECUTABLE=<""%CFG_ROOT_DIR%\PYTHON_EXECUTABLE""
8282
) else (

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ keywords =
2626
libmagic
2727
scancode-toolkit
2828
typecode
29+
utilities
2930

3031
[options]
3132
package_dir=
@@ -39,7 +40,6 @@ install_requires =
3940
commoncode >= 21.5.25
4041
pdfminer.six
4142
plugincode
42-
4343
setup_requires = setuptools_scm[toml] >= 4
4444

4545
[options.packages.find]
@@ -50,12 +50,12 @@ full =
5050
typecode_libmagic >= 5.39.210223
5151

5252
testing =
53-
saneyaml
5453
# upstream
5554
pytest >= 6
5655
pytest-xdist >= 2
56+
saneyaml
5757
vendy
5858
docs=
5959
Sphinx>=3.3.1
6060
sphinx-rtd-theme>=0.5.0
61-
doc8>=0.8.1
61+
doc8>=0.8.1

0 commit comments

Comments
 (0)