colcon / colcon-cargo

An extension for colcon-core to support Rust projects built with Cargo
http://colcon.readthedocs.io
Apache License 2.0
30 stars 20 forks source link

Fix README.md reference from setup.cfg #29

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

It appears that the package authors preferred markdown over rst, but didn't change the setup.cfg when it was copied from another colcon project.

Should resolve:

SetuptoolsWarning: File 'src/colcon-cargo/README.rst' cannot be found
  return '\n'.join(
claraberendsen commented 1 year ago

Seems like since I don't have writing access to this I cannot give you an approving review but this looks good to me!