~ubuntu-branches/ubuntu/saucy/pwman3/saucy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2013-06-30 15:40:10 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130630154010-rsax25ufuhrzzzgd
Tags: 0.3.9c-1
* New upstream release
* Add git-buildpackage configuration
* Add dependency on python-colorama
* Fix manpage source path

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                'pwman.ui',
21
21
                'pwman.util'],
22
22
      scripts=['scripts/pwman3'],
 
23
      install_requires=['pycrypto>=2.6',
 
24
                        'colorama>=0.2.4'],
 
25
      extras_require={}
23
26
      )