Skip to content

Stop using setup.cfg and use pyproject.toml#1

Closed
pepoluan wants to merge 6 commits intomasterfrom
pyproject-toml
Closed

Stop using setup.cfg and use pyproject.toml#1
pepoluan wants to merge 6 commits intomasterfrom
pyproject-toml

Conversation

@pepoluan
Copy link
Copy Markdown
Owner

What do these changes do?

Migrate all tool settings to setup.cfg and delete that file

Are there changes in behavior for the user?

None if using latest pip and setuptools

Related issue number

TBD

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • tox testenvs have been executed in the following environments:
    • Linux (Ubuntu 18.04, Ubuntu 20.04, Arch): {py36,py37,py38,py39}-{nocov,cov,diffcov}, qa, docs
    • Windows (7, 10): {py36,py37,py38,py39}-{nocov,cov,diffcov}
    • WSL 1.0 (Ubuntu 18.04): {py36,py37,py38,py39}-{nocov,cov,diffcov}, pypy3-{nocov,cov}, qa, docs
    • FreeBSD (12.2, 12.1, 11.4): {py36,pypy3}-{nocov,cov,diffcov}, qa
    • Cygwin: py36-{nocov,cov,diffcov}, qa, docs
  • Documentation reflects the changes
  • Add a news fragment into the NEWS.rst file
    • Add under the "aiosmtpd-next" section, creating one if necessary
      • You may create subsections to group the changes, if you like
    • Use full sentences with correct case and punctuation
    • Refer to relevant Issue if applicable

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 13, 2023

Codecov Report

Merging #1 (c9e1570) into master (79c8671) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master        #1   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1706      1706           
  Branches       310       310           
=========================================
  Hits          1706      1706           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pepoluan
Copy link
Copy Markdown
Owner Author

What's important is that GHCI is successful.

@pepoluan pepoluan closed this Jan 13, 2023
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.

1 participant