~autopilot/window-mocker/saucy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Terry
  • Date: 2013-02-07 16:41:10 UTC
  • Revision ID: michael.terry@canonical.com-20130207164110-bginp034j65w5f2n
rename testapp to window-maker

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
from setuptools import find_packages
12
12
 
13
13
DistUtilsExtra.auto.setup(
14
 
    name='testapp',
 
14
    name='window-mocker',
15
15
    version='1.0',
16
16
    description=open('README').read(),
17
17
    author='Thomi Richards',