Changeset 34:ea8b7fdd203d in mailjam
Legend:
- Unmodified
- Added
- Removed
-
MANIFEST
r23 r34 5 5 bin/mailjam-mta 6 6 bin/mailjam-server 7 bin/rc.d/mailjam 8 conf/mailjam-cli.conf 9 conf/mailjam-mta.conf 10 conf/mailjam.conf 7 11 mailjam/__init__.py 8 12 mailjam/cli.py -
setup.py
r33 r34 47 47 packages=['mailjam'], 48 48 url='https://bitbucket.org/codigo23/mailjam', 49 download_url='http://pypi.python.org/pypi/mailjam#downloads', 49 50 license='BSD licence, see LICENSE', 50 51 description='Mailing lists management software', … … 54 55 'conf/mailjam-mta.conf', 55 56 'conf/mailjam-cli.conf']), 56 (proper_rc_path(), ['bin/rc.d/mailjam'])] 57 (proper_rc_path(), ['bin/rc.d/mailjam'])], 58 classifiers=[ 59 'Development Status :: 4 - Beta', 60 'Environment :: Console', 61 'Environment :: No Input/Output (Daemon)', 62 'Intended Audience :: System Administrators', 63 'License :: OSI Approved :: BSD License', 64 'Natural Language :: English', 65 'Operating System :: OS Independent', 66 'Programming Language :: Python :: 2', 67 'Topic :: Communications', 68 'Topic :: Communications :: Email', 69 'Topic :: Communications :: Email :: Mailing List Servers', 70 ] 57 71 )
Note:
See TracChangeset
for help on using the changeset viewer.