/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2018-01-29 12:14:23 UTC
  • mfrom: (6846.1.1 requires-six)
  • Revision ID: jelmer@jelmer.uk-20180129121423-9js76ik4ncgc4pvi
Merge lp:~cjwatson/brz/requires-six.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        'Programming Language :: C',
58
58
        'Topic :: Software Development :: Version Control',
59
59
        ],
 
60
    'install_requires': [
 
61
        'six>=1.9.0',
 
62
        ],
60
63
    }
61
64
 
62
65
# The list of packages is automatically generated later. Add other things