File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Customizing
39
39
You typically want to perform these customizations:
40
40
41
41
- remove or update the src/README.rst and tests/README.rst files
42
+ - set project info and dependencies in setup.cfg
42
43
- check the configure and configure.bat defaults
43
44
44
45
Initializing a project
@@ -118,7 +119,15 @@ https://github.com/nexB/thirdparty-packages
118
119
119
120
120
121
Release Notes
121
- -------------
122
-
123
- - 2021-05-11: adopt new configure scripts from ScanCode TK that allows correct
124
- configuration of which Python version is used.
122
+ =============
123
+
124
+ - 2021-09-03:
125
+ - ``configure `` now requires pinned dependencies via the use of ``requirements.txt `` and ``requirements-dev.txt ``
126
+ - ``configure `` can now accept multiple options at once
127
+ - Add utility scripts from scancode-toolkit/etc/release/ for use in generating project files
128
+ - Rename virtual environment directory from ``tmp `` to ``venv ``
129
+ - Update README.rst with instructions for generating ``requirements.txt `` and ``requirements-dev.txt ``,
130
+ as well as collecting dependencies as wheels and generating ABOUT files for them.
131
+
132
+ - 2021-05-11:
133
+ - Adopt new configure scripts from ScanCode TK that allows correct configuration of which Python version is used.
You can’t perform that action at this time.
0 commit comments