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
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