|
From: <aa-...@us...> - 2024-08-01 23:10:30
|
Revision: 9844
http://sourceforge.net/p/docutils/code/9844
Author: aa-turner
Date: 2024-08-01 23:10:27 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Remove remaining references to setup.py
Modified Paths:
--------------
trunk/docutils/README.txt
trunk/docutils/docs/dev/policies.txt
Modified: trunk/docutils/README.txt
===================================================================
--- trunk/docutils/README.txt 2024-08-01 22:57:34 UTC (rev 9843)
+++ trunk/docutils/README.txt 2024-08-01 23:10:27 UTC (rev 9844)
@@ -127,7 +127,7 @@
1. Open a shell
- 2. Go to the directory containing the file ``setup.py``.
+ 2. Go to the directory containing the ``pyproject.toml`` file.
3. Install the package with **one** of the following commands::
@@ -245,7 +245,8 @@
* THANKS.txt: List of contributors.
-* setup.py: Installation script. See "Installation" below.
+* pyproject.toml: Project metadata.
+ See "Installation" above.
* docutils: The project source directory, installed as a Python
package.
@@ -295,7 +296,7 @@
Unpack in a temporary directory,
**not** directly in Python's ``site-packages``.
-Continue with the `Installation`_ instructions below.
+See the `Installation`_ instructions above.
__ docs/dev/repository.html#checking-out-the-repository
.. _Docutils version repository: docs/dev/repository.html
Modified: trunk/docutils/docs/dev/policies.txt
===================================================================
--- trunk/docutils/docs/dev/policies.txt 2024-08-01 22:57:34 UTC (rev 9843)
+++ trunk/docutils/docs/dev/policies.txt 2024-08-01 23:10:27 UTC (rev 9844)
@@ -614,8 +614,7 @@
...
tools/ # For front ends etc.
...
- setup.py # Install the component code and tools/ files
- # into the right places.
+ pyproject.toml # Project metadata
userid/ # For *temporary* personal space.
Some sandbox projects are destined to move to the Docutils core once
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|