Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit setuptools dependency for pkg_resources #158

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Add explicit setuptools dependency for pkg_resources #158

merged 1 commit into from
Sep 21, 2020

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Sep 21, 2020

Since the package uses pkg_resources, add an explicit install_requires
for setuptools. While it is not technically required to install it
right now, it is going to help distribution packagers notice
the necessity of using a runtime dependency (vs the usual build-time
dependency).

Since the package uses pkg_resources, add an explicit install_requires
for setuptools.  While it is not technically required to install it
right now, it is going to help distribution packagers notice
the necessity of using a runtime dependency (vs the usual build-time
dependency).
@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #158   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          556       556           
=========================================
  Hits           556       556           
Flag Coverage Δ
#GHA_Ubuntu 100.00% <ø> (ø)
#GHA_Windows 100.00% <ø> (ø)
#GHA_macOS 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 345f58b...a3e0fd8. Read the comment docs.

@hugovk hugovk added the changelog: Added For new features label Sep 21, 2020
@hugovk
Copy link
Collaborator

hugovk commented Sep 21, 2020

Sounds reasonable, thanks!

@hugovk hugovk merged commit eb9a945 into jmoiron:master Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Added For new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants