|
1 | 1 | A Simple Python Project Skeleton
|
2 | 2 | ================================
|
| 3 | + |
3 | 4 | This repo attempts to standardize the structure of the Python-based project's
|
4 | 5 | repositories using modern Python packaging and configuration techniques.
|
5 | 6 | Using this `blog post`_ as inspiration, this repository serves as the base for
|
@@ -47,16 +48,19 @@ Release Notes
|
47 | 48 | - 2022-03-04:
|
48 | 49 | - Synchronize configure and configure.bat scripts for sanity
|
49 | 50 | - Update CI operating system support with latest Azure OS images
|
50 |
| - - Streamline utility scripts in etc/scripts/ to create, fetch and manage third-party dependencies |
51 |
| - There are now fewer scripts. See etc/scripts/README.rst for details |
| 51 | + - Streamline utility scripts in etc/scripts/ to create, fetch and manage third-party |
| 52 | + dependencies. There are now fewer scripts. See etc/scripts/README.rst for details |
52 | 53 |
|
53 | 54 | - 2021-09-03:
|
54 |
| - - ``configure`` now requires pinned dependencies via the use of ``requirements.txt`` and ``requirements-dev.txt`` |
| 55 | + - ``configure`` now requires pinned dependencies via the use of ``requirements.txt`` |
| 56 | + and ``requirements-dev.txt`` |
55 | 57 | - ``configure`` can now accept multiple options at once
|
56 | 58 | - Add utility scripts from scancode-toolkit/etc/release/ for use in generating project files
|
57 | 59 | - Rename virtual environment directory from ``tmp`` to ``venv``
|
58 |
| - - Update README.rst with instructions for generating ``requirements.txt`` and ``requirements-dev.txt``, |
59 |
| - as well as collecting dependencies as wheels and generating ABOUT files for them. |
| 60 | + - Update README.rst with instructions for generating ``requirements.txt`` |
| 61 | + and ``requirements-dev.txt``, as well as collecting dependencies as wheels and generating |
| 62 | + ABOUT files for them. |
60 | 63 |
|
61 | 64 | - 2021-05-11:
|
62 |
| - - Adopt new configure scripts from ScanCode TK that allows correct configuration of which Python version is used. |
| 65 | + - Adopt new configure scripts from ScanCode TK that allows correct configuration of which |
| 66 | + Python version is used. |
0 commit comments