From d0bbc81d9f7705741b1b92cdea371483bbccc796 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Tue, 3 Sep 2024 23:32:42 -0400 Subject: [PATCH] bellande parser packages --- Package/Python/README.md | 8 ++++---- git_scripts/.gitignore | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 git_scripts/.gitignore diff --git a/Package/Python/README.md b/Package/Python/README.md index 2984480..ae3a3e4 100644 --- a/Package/Python/README.md +++ b/Package/Python/README.md @@ -21,10 +21,10 @@ bellande_formatter.write_bellande(data_to_write, "path/to/output/file.bellande") - `$ pip install --upgrade bellande_format` ``` -Name: bellande_robot_step -Version: 0.3.0 -Summary: Computes the next step towards a target node -Home-page: github.com/RonaldsonBellande/bellande_robot_step +Name: bellande_format +Version: 0.1.0 +Summary: File type Formats +Home-page: github.com/RonaldsonBellande/bellande_format Author: Ronaldson Bellande Author-email: ronaldsonbellande@gmail.com License: GNU General Public License v3.0 diff --git a/git_scripts/.gitignore b/git_scripts/.gitignore deleted file mode 100644 index e5a7a9c..0000000 --- a/git_scripts/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -fix_errors.sh -push.sh -repository_recal.sh