File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11A 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+
1011Usage
1112=====
1213Usage instructions can be found in ``docs/skeleton-usage.rst ``.
1314
15+
1416Release 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
You can’t perform that action at this time.
0 commit comments