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

Fix deprecated keys in setup.cfg #195

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

ocefpaf
Copy link
Contributor

@ocefpaf ocefpaf commented May 19, 2022

Don't merge this yet. I'm trying to make it possible to install from the GitHub main branch too but I need to make a few extra adjustments.

Actually this is not needed, one can just install from "git" instead of a zipped git URL, from the error message:

For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj

This is ready for review now.

@netlify
Copy link

netlify bot commented May 19, 2022

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 7493047
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/62866103f7c2310009fbed15
😎 Deploy Preview https://deploy-preview-195--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ocefpaf ocefpaf marked this pull request as ready for review May 19, 2022 16:12
@@ -1,4 +1,7 @@
from setuptools import setup


setup(use_scm_version=True)
setup(
name="conda_lock",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this is not really needed for the package but for GitHub. It cannot compute the projects that depends on this without the name in setup.py.

@mariusvniekerk mariusvniekerk merged commit dbce9be into conda:main May 20, 2022
@ocefpaf ocefpaf deleted the deprecated_key branch May 20, 2022 21:30
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