Changeset 16:cd4170142d87 in mailjam for setup.py


Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r15 r16  
    1414
    1515setup(
    16     name='postman',
     16    name='mailjam',
    1717    version='0.1.0',
    1818    author='Francisco de Borja Lopez Rio',
    1919    author_email='borja@codigo23.net',
    20     packages=['postman'],
    21     url='https://bitbucket.org/codigo23/postman',
     20    packages=['mailjam'],
     21    url='https://bitbucket.org/codigo23/mailjam',
    2222    license='BSD licence, see LICENCE',
    2323    description='Mailing lists management software',
    2424    long_description=open('README').read(),
    25     scripts=['bin/postman-server', 'bin/postman-mta'],
    26     #data_files=[(proper_etc_path()+'postman', ['conf/postman.conf',
    27     #                                           'conf/postman-mta.conf']),
     25    scripts=['bin/mailjam-server', 'bin/mailjam-mta'],
     26    #data_files=[(proper_etc_path()+'mailjam', ['conf/mailjam.conf',
     27    #                                           'conf/mailjam-mta.conf']),
    2828    #            ]
    2929)
Note: See TracChangeset for help on using the changeset viewer.