Explorar el Código

Futureproof setup.cfg by replacing dashes with underscores.

`setuptools` will deprecate usage of dashes in the metadata fields from
setup.cfg.
Nashwan Azhari hace 4 años
padre
commit
e69bf8ebf2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      setup.cfg

+ 3 - 3
setup.cfg

@@ -1,11 +1,11 @@
 [metadata]
 [metadata]
 name = coriolis
 name = coriolis
 summary = Migration as a Service
 summary = Migration as a Service
-description-file =
+description_file =
     README.rst
     README.rst
 author = Cloudbase Solutions SRL
 author = Cloudbase Solutions SRL
-author-email = info@cloudbasesolutions.com
-home-page = http://cloudbase.it
+author_email = info@cloudbasesolutions.com
+home_page = http://cloudbase.it
 classifier =
 classifier =
     Environment :: OpenStack
     Environment :: OpenStack
     Intended Audience :: Information Technology
     Intended Audience :: Information Technology