Mercurial > public > enigma
comparison setup.py @ 46:ad9d606ef5fa
Updates for upload to PyPI.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 05 Jun 2012 19:03:36 -0500 |
parents | 62e0d0e2628b |
children | 38da44b09e43 |
comparison
equal
deleted
inserted
replaced
45:19d33ff901af | 46:ad9d606ef5fa |
---|---|
7 from os.path import join, dirname | 7 from os.path import join, dirname |
8 | 8 |
9 import enigma | 9 import enigma |
10 | 10 |
11 setup( | 11 setup( |
12 name='enigma', | 12 name='py-enigma', |
13 version=enigma.__version__, | 13 version=enigma.__version__, |
14 author='Brian Neal', | 14 author='Brian Neal', |
15 author_email='bgneal@gmail.com', | 15 author_email='bgneal@gmail.com', |
16 url='https://bitbucket.org/bgneal/enigma/', | 16 url='https://bitbucket.org/bgneal/enigma/', |
17 license='MIT', | 17 license='MIT', |