Skip to content

Commit

Permalink
cleanup and update
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Dec 12, 2023
1 parent 7d2396b commit a9c6ef9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 61 deletions.
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include *.rst
include .travis.yml
include MANIFEST
recursive-include django_mailbox *.eml
recursive-include docs *.py
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Django-mailbox
==============

.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/coddingtonbear/django-mailbox
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml/badge.svg
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml

How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?
Expand Down
8 changes: 3 additions & 5 deletions docs/topics/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make it simple.
How to file a ticket?
---------------------

Just go to https://github.com/coddingtonbear/django-mailbox and create new
Just go to (https://github.com/coddingtonbear/django-mailbox/issues) and create new
one.


Expand Down Expand Up @@ -52,8 +52,6 @@ To add support for a new version perform the following task:

* Ensure that ``tox.ini`` file reflects support for new Django release.
* Verify in tox that the code is executed correctly on all versions of the Python interpreter.
* Ensure that ``.travis.yml`` file reflects support for new Django release. Note the excluded versions of the Python interpreter.
* Verify by pushing changes on a separate branch to see if the changes in TravisCI are correct.
* Ensure that ``.github/workflows/main.yml`` file reflects support for new Django release. Note the excluded versions of the Python interpreter.
* Verify by pushing changes on a separate branch to see if the changes in Github Actions are correct.
* Proceed to the standard procedure for a new package release (see `How to do a new release?`_ ).

A `spreadsheet with generator is available <https://docs.google.com/spreadsheets/d/1YsVPDeOAgf_c_7XOXh6SZUO2ebMNoFXysxfj4r1tFiM/edit?usp=sharing>`_ that can assist this process.
11 changes: 4 additions & 7 deletions readme.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/coddingtonbear/django-mailbox
.. image:: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml/badge.svg
:target: https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml

.. image:: https://badge.fury.io/py/django-mailbox.png
:target: http://badge.fury.io/py/django-mailbox

.. image:: https://pypip.in/d/django-mailbox/badge.png
:target: https://pypi.python.org/pypi/django-mailbox
:target: https://pypi.org/project/django-mailbox/


Easily ingest messages from POP3, IMAP, Office365 API or local mailboxes into your Django application.
Expand All @@ -21,7 +18,7 @@ or -- if you're in a hurry -- by using a signal receiver.
- Please post issues on
`Github <http://github.com/coddingtonbear/django-mailbox/issues>`_.
- Test status available on
`Travis-CI <https://travis-ci.org/coddingtonbear/django-mailbox>`_.
`Github-Actions <https://github.com/coddingtonbear/django-mailbox/actions/workflows/main.yml>`_.


.. image:: https://badges.gitter.im/Join%20Chat.svg
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
'Import mail from POP3, IMAP, local mailboxes or directly from '
'Postfix or Exim4 into your Django application automatically.'
),
long_description_content_type='text/x-rst',
long_description=open('readme.rst', 'r').read(),
license='MIT',
author='Adam Coddington',
author_email='[email protected]',
Expand Down

0 comments on commit a9c6ef9

Please sign in to comment.