8065556
574fb3c
@@ -3,6 +3,7 @@
version = attr: cargo2rpm.__version__
description = Translation layer between cargo and RPM
long_description = file: README.md
+ long_description_content_type = text/markdown
keywords = rpm, cargo, rust
license = MIT
url = https://pagure.io/fedora-rust/cargo2rpm
@@ -23,12 +24,7 @@
[options]
include_package_data = True
- packages =
- cargo2rpm
- cargo2rpm.tests
- cargo2rpm.tests.metadata
- cargo2rpm.tests.rpm
- cargo2rpm.tests.semver
+ packages = find:
[options.entry_points]
console_scripts =
See the individual commit messages.
rebased onto 574fb3c
Sorry for taking so long to get back to this!
I tested it locally, and the files generated by the publish.sh script look correct. Thank you!
publish.sh
Pull-Request has been merged by decathorpe
See the individual commit messages.