Point locations towards the proper PyPA locations

pull/2/head
Donald Stufft 2014-08-26 18:16:55 -04:00
parent 0d92c43f35
commit e21a15c79e
5 changed files with 8 additions and 9 deletions

View File

@ -21,6 +21,6 @@ script:
notifications:
irc:
channels:
- "irc.freenode.org#caremad"
- "irc.freenode.org#pypa-dev"
use_notice: true
skip_join: true

View File

@ -7,4 +7,4 @@ Changelog
.. note:: This version is not yet released and is under active development.
.. _`master`: https://github.com/dstufft/packaging/
.. _`master`: https://github.com/pypa/packaging/

View File

@ -12,7 +12,7 @@ Examples of contributions include:
Extensive contribution guidelines are available in the repository at
``docs/development/index.rst``, or online at:
https://packaging.readthedocs.org/en/latest/development/
https://packaging.pypa.io/en/latest/development/
Security issues
---------------
@ -20,4 +20,4 @@ Security issues
To report a security issue, please follow the special `security reporting
guidelines`_, do not report them in the public issue tracker.
.. _`security reporting guidelines`: https://packaging.readthedocs.org/en/latest/security/
.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/

View File

@ -9,9 +9,8 @@ Discussion
If you run into bugs, you can file them in our `issue tracker`_.
You can also join ``#caremad`` on Freenode to ask questions or get
involved.
You can also join ``#pypa`` on Freenode to ask questions or get involved.
.. _`documentation`: https://packaging.readthedocs.org/
.. _`issue tracker`: https://github.com/dstufft/packaging/issues
.. _`documentation`: https://packaging.pypa.io/
.. _`issue tracker`: https://github.com/pypa/packaging/issues

View File

@ -20,7 +20,7 @@ __all__ = [
__title__ = "packaging"
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/dstufft/packaging"
__uri__ = "https://github.com/pypa/packaging"
__version__ = "14.0"