Skip to content

Commit 6f49e5a

Browse files
committed
Renamed tutorials
1 parent aae4a89 commit 6f49e5a

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>ros-2torials</name>
4+
<name>tutorials</name>
55
<version>0.0.0</version>
66
<description>TODO: Package description</description>
77
<maintainer email="[email protected]">root</maintainer>
File renamed without changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
package_name = 'ros-2torials'
3+
package_name = 'tutorials'
44

55
setup(
66
name=package_name,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)