Skip to content

Commit 1d6c8f3

Browse files
committed
Format doc
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent f10b783 commit 1d6c8f3

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The following organizations or individuals have contributed to this repo:
22

3-
-
3+
-

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
A Simple Python Project Skeleton
22
================================
3+
34
This repo attempts to standardize the structure of the Python-based project's
45
repositories using modern Python packaging and configuration techniques.
56
Using this `blog post`_ as inspiration, this repository serves as the base for
@@ -47,16 +48,19 @@ Release Notes
4748
- 2022-03-04:
4849
- Synchronize configure and configure.bat scripts for sanity
4950
- 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
5253

5354
- 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``
5557
- ``configure`` can now accept multiple options at once
5658
- Add utility scripts from scancode-toolkit/etc/release/ for use in generating project files
5759
- 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.
6063

6164
- 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

Comments
 (0)