Skip to content

Commit 7872231

Browse files
committed
[infra] poetry setup
1 parent d913844 commit 7872231

8 files changed

+2133
-40
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.coverage
12
.venv
23
py_trees.egg-info
34
*/doc/html

package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>py_trees</name>
5-
<!-- When updating, also update setup.py and version.py -->
5+
<!-- When updating, also update setup.py, version.py, pyproject.toml -->
66
<version>2.2.0</version>
77
<description>
88
Pythonic implementation of behaviour trees.
@@ -15,9 +15,9 @@
1515

1616
<license>BSD</license>
1717

18-
<url type="website">https://py-trees.readthedocs.io/en/release-1.4.x</url>
19-
<url type="repository">https://github.com/stonier/py_trees</url>
20-
<url type="bugtracker">https://github.com/stonier/py_trees/issues</url>
18+
<url type="website">https://py-trees.readthedocs.io/en/devel/</url>
19+
<url type="repository">https://github.com/splintered-reality/py_trees</url>
20+
<url type="bugtracker">https://github.com/splintered-reality/py_trees/issues</url>
2121

2222
<build_depend>python3-setuptools</build_depend>
2323

0 commit comments

Comments
 (0)