#9 Refine setuptools configuration
Merged a year ago by decathorpe. Opened 2 years ago by gotmax23.
fedora-rust/ gotmax23/cargo2rpm setuptools  into  main

empty or binary file added
empty or binary file added
empty or binary file added
empty or binary file added
empty or binary file added
file modified
+2 -6
@@ -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

a year ago

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!

Pull-Request has been merged by decathorpe

a year ago