我正在制作一个需要指向我的存储库的 setup.py。
使用 github 我可以做到这一点:
dependency_links=['https://github.com/nathanborror/django-registration/tarball/master#egg=django-registration']
我怎样才能对 bitbucket 项目做同样的事情?
例如这个网址:
https://bitbucket.org/abraneo/django-registration
谢谢。