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

Usage of dash-seperated script-dir and install-scripts #34

Closed
kallaspriit opened this issue Nov 10, 2021 · 1 comment · Fixed by #24
Closed

Usage of dash-seperated script-dir and install-scripts #34

kallaspriit opened this issue Nov 10, 2021 · 1 comment · Fixed by #24

Comments

@kallaspriit
Copy link

Starting >>> bno055
/home/ubuntu/.local/lib/python3.8/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
  warnings.warn(
/home/ubuntu/.local/lib/python3.8/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead

I believe setup.cfg should us underscores

[develop]
script_dir=$base/lib/bno055
[install]
install_scripts=$base/lib/bno055
@github-actions
Copy link

Thank you for creating your first issue on this repo! Give me some time to review and respond to your problem.

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 a pull request may close this issue.

1 participant