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 and license #1

Closed
frispete opened this issue May 12, 2016 · 1 comment
Closed

usage and license #1

frispete opened this issue May 12, 2016 · 1 comment

Comments

@frispete
Copy link

Dear Thomas,

I'm looking for a custom install_scripts method, that creates symlinks in /usr/{bin,sbin} to the real destination, and your distutils_symlink module is getting pretty close.

Being a distutils/setuptools illiterate, I've no idea, how to integrate your module into my setup.py. Do you have an usage example, you can point me to?

While at it, there no license assigned, hence I'm not sure, if I'm allowed to use it..

Thanks,
Pete

@takluyver
Copy link
Owner

Hi @frispete - apologies, it was something I never really finished making reusable. I think, looking at the code, you use it like this:

from distutils_symlink import cmdclasses

setup(...,
      cmdclass=cmdclasses
     )

And then run setup.py symlink to create a symlink.

I'd consider this MIT licensed. I'll stick a LICENSE file in there.

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

No branches or pull requests

2 participants