~mars/lazr-js/1.0

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Maris Fogels
  • Date: 2010-05-13 15:46:05 UTC
  • Revision ID: maris.fogels@canonical.com-20100513154605-bwzeoxjgsd63cvsb
Updated the build system so 'make' works again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    description=('Collection of JS widgets'),
26
26
    license='GPL v3',
27
27
    install_requires=[
28
 
        'setuptools',
 
28
        'distribute',
29
29
    ],
30
30
    url='https://launchpad.net/lazr-js',
31
31
    classifiers=[