Skip to content

Commit e810da3

Browse files
committed
Update README
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a118fe7 commit e810da3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
A Simple Python Project Skeleton
22
================================
3-
This repo attempts to standardize our python repositories using modern python
4-
packaging and configuration techniques. Using this `blog post`_ as inspiration, this
5-
repository will serve as the base for all new python projects and will be adopted to all
6-
our existing ones as well.
3+
This repo attempts to standardize the structure of the Python-based project's
4+
repositories using modern Python packaging and configuration techniques.
5+
Using this `blog post`_ as inspiration, this repository serves as the base for
6+
all new Python projects and is mergeable in existing repositories as well.
77

88
.. _blog post: https://blog.jaraco.com/a-project-skeleton-for-python-projects/
99

10+
1011
Usage
1112
=====
1213
Usage instructions can be found in ``docs/skeleton-usage.rst``.
1314

15+
1416
Release Notes
1517
=============
1618

19+
- 2022-03-04:
20+
- Synchronize configure and configure.bat scripts for sanity
21+
- Update CI operating system support with latest Azure OS images
22+
- Streamline utility scripts in etc/scripts/ to create, fetch and manage third-party dependencies
23+
There are now fewer scripts. See etc/scripts/README.rst for details
24+
1725
- 2021-09-03:
1826
- ``configure`` now requires pinned dependencies via the use of ``requirements.txt`` and ``requirements-dev.txt``
1927
- ``configure`` can now accept multiple options at once

0 commit comments

Comments
 (0)