Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ Future work
.. _AMQP 0.9.1 protocol: https://www.rabbitmq.com/amqp-0-9-1-quickref.html
.. _Trio: https://github.com/python-trio/trio
.. _anyio: https://github.com/agronholm/anyio
.. _issue: https://github.com/python-trio/async_amqp/issues/new
.. _pull request: https://github.com/python-trio/async_amqp/compare/
.. _issue: https://github.com/python-trio/trio-amqp/issues/new
.. _pull request: https://github.com/python-trio/trio-amqp/compare/
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: async_amqp
Source: https://github.com/python-trio/async_amqp
Source: https://github.com/python-trio/trio-amqp

Files: *
Copyright: 2014-2018, various authors. See AUTHORS.txt file
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use_scm_version={"version_scheme": "guess-next-dev", "local_scheme": "dirty-tag"},
author="Matthias Urlichs",
author_email='[email protected]',
url='https://github.com/python-trio/async_amqp',
url='https://github.com/python-trio/trio-amqp',
description=description,
long_description=open('README.rst').read(),
# download_url='https://pypi.python.org/pypi/async_amqp',
Expand Down