Skip to content

Commit

Permalink
feat: add README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Dec 30, 2022
1 parent 002f105 commit 343482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_NON_INTERACTIVE: true
run: |
cp ../../README.md .
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
python3 -m pip install --user --upgrade twine
Expand Down
2 changes: 1 addition & 1 deletion src/ros_d2/ros_d2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion src/ros_d2/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers =
Topic :: Software Development :: Build Tools
license = Copyright (C) 2022, Greenroom Robotics
license_files = LICENSE
description = A CLI for common scripts shared between Greenroom platform modules and platform CI
description = Exports ROS2 nodes into the .d2 diagram format
long_description = file: README.md
long_description_content_type = text/markdown
keywords = colcon
Expand Down

0 comments on commit 343482f

Please sign in to comment.