mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Updating documentation, updating app name for pypi.
This commit is contained in:
parent
de66d86459
commit
5e52a233e6
2 changed files with 21 additions and 2 deletions
19
readme.rst
19
readme.rst
|
|
@ -7,6 +7,25 @@ This small Django application will allow you to specify IMAP or POP3 mailboxes t
|
|||
|
||||
WARNING! This app will delete any messages it can find in the inbox you specify-- please make sure you don't have anything important in there.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
You can either install from pip:
|
||||
|
||||
pip install django-mailbox
|
||||
|
||||
*or* checkout and install the source from the [bitbucket repository](https://bitbucket.org/latestrevision/django-mailbox):
|
||||
|
||||
hg clone https://bitbucket.org/latestrevision/django-mailbox
|
||||
cd django-mailbox
|
||||
python setup.py install
|
||||
|
||||
*or* checkout and install the source from the [github repository](https://github.com/latestrevision/django-mailbox):
|
||||
|
||||
git clone https://github.com/latestrevision/django-mailbox.git
|
||||
cd django-mailbox
|
||||
python setup.py install
|
||||
|
||||
Setting up your mailbox
|
||||
=======================
|
||||
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -1,8 +1,8 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='django_mailbox',
|
||||
version='1.0',
|
||||
name='django-mailbox',
|
||||
version='1.0.1',
|
||||
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
||||
description='Automatically import mail from POP3 or IMAP into Django',
|
||||
author='Adam Coddington',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue