Skip to content

Conversation

@jdufresne
Copy link
Contributor

Use a declarative syntax to avoid mixing code and configuration.
Simplifies handling of long description file by reducing some
boilerplate.

For details on this setuptools feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files

Django also uses supet.cfg, see commit:
django/django@85efc14

Use a declarative syntax to avoid mixing code and configuration.
Simplifies handling of long description file by reducing some
boilerplate.

For details on this setuptools feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files

Django also uses supet.cfg, see commit:
django/django@85efc14
@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #1293 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1293   +/-   ##
=======================================
  Coverage   86.58%   86.58%           
=======================================
  Files          25       25           
  Lines        1446     1446           
  Branches      205      205           
=======================================
  Hits         1252     1252           
  Misses        142      142           
  Partials       52       52           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa4d185...db1b716. Read the comment docs.

@auvipy auvipy requested a review from matthiask May 21, 2020 02:59
@matthiask matthiask merged commit 6fe6aed into django-commons:master May 21, 2020
@matthiask
Copy link
Member

Thanks! That's awesome.

@jdufresne jdufresne deleted the setup-cfg branch May 23, 2020 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants