~setuptools/setuptools-test/main

« back to all changes in this revision

Viewing changes to setuptools/setuptools/tests/alias.txt

  • Committer: Tarek Ziadé
  • Date: 2008-06-22 14:19:44 UTC
  • Revision ID: tarek@tarek-ziades-macbook.local-20080622141944-bthf73dnh80bkdbt
added a build dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
Let's create a Python package::
12
12
 
13
 
    >>> location, install_dir = create_package('my.package')
 
13
    >>> location, install_dir, bdir = create_package('my.package')
14
14
 
15
15
Let's create an alias for `sdist bdist_egg`::
16
16