Search code examples
pythonpackagingsetup.py

setup.py and source control repository


I am about to build a new python lib and I was seeking information concerning packaging in Python.

I understand that "setup.py" is the script that controls everything. I wonder how to deal with it when there are external libraries in svn for instance.

How to download automatically a given version from the repository using "setup.py" ?


Solution

  • docs for this are at the cheese shop

    use the requires keyword