Changeset 16:cd4170142d87 in mailjam for setup.py
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r15 r16 14 14 15 15 setup( 16 name=' postman',16 name='mailjam', 17 17 version='0.1.0', 18 18 author='Francisco de Borja Lopez Rio', 19 19 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', 22 22 license='BSD licence, see LICENCE', 23 23 description='Mailing lists management software', 24 24 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']), 28 28 # ] 29 29 )
Note:
See TracChangeset
for help on using the changeset viewer.