~cjwatson/lazr.jobrunner/py3

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2012-05-14 16:40:17 UTC
  • mfrom: (28.3.18 add-missing-jobs)
  • Revision ID: aaron@canonical.com-20120514164017-m4s3pgckfzbfoqxg
Tags: 0.6
SupportĀ list_queued.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
23
23
 
24
24
 
25
 
version = '0.5'
 
25
version = '0.6'
26
26
 
27
27
install_requires = [
28
28
    # List your project dependencies here.
40
40
      # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
41
41
    ],
42
42
    keywords='',
43
 
    author='',
44
 
    author_email='',
45
 
    url='',
46
 
    license='',
 
43
    author='Launchpad Developers',
 
44
    author_email='launchpad-dev@lists.launchpad.net',
 
45
    url='https://launchpad.net/lazr.jobrunner',
 
46
    license='GPL v3',
47
47
    packages=find_packages('src'),
48
48
    package_dir = {'': 'src'},
49
49
    namespace_packages = ['lazr'],