-
Notifications
You must be signed in to change notification settings - Fork 326
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
Switch to setuptools #272
Switch to setuptools #272
Conversation
removes warnings UserWarning: Unknown distribution option: 'install_requires' UserWarning: Unknown distribution option: 'long_description_content_type' setuptools seems to be the recommended way now.
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
=======================================
Coverage 87.96% 87.96%
=======================================
Files 2 2
Lines 1113 1113
Branches 156 156
=======================================
Hits 979 979
Misses 94 94
Partials 40 40 Continue to review full report at Codecov.
|
👍 |
We can also revert that pesky |
So I found out that setup tools has issues with the prefix.... I wanted to
propose to get rid of it, but needed some time to argument it properly
because I expect some "it has worked like this for 10 years" backlash.
…On Mon, 7 Jan 2019, 23:18 Denis Zhdanov ***@***.*** wrote:
We can also revert that pesky GRAPHITE_NO_PREFIX=True logic too... not
directly related, though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACxrWvm3v63w8--I_-3akMHlarILBjJpks5vA8e8gaJpZM4Z0WFY>
.
|
This one can already be merged, still writing docs and testing for carbon and web. |
removes warnings
UserWarning: Unknown distribution option: 'install_requires'
UserWarning: Unknown distribution option: 'long_description_content_type'
setuptools seems to be the recommended way now.