Skip to content
Snippets Groups Projects
Commit 2906f51c authored by Donald Stufft's avatar Donald Stufft
Browse files

Merge pull request #33 from dstufft/rename

Rename dstufft/pynacl to pyca/pynacl to reflect it's new home
parents c8475ebd 4b502818
No related branches found
No related tags found
No related merge requests found
PyNaCl PyNaCl
====== ======
.. image:: https://travis-ci.org/dstufft/pynacl.png?branch=master .. image:: https://travis-ci.org/pyca/pynacl.png?branch=master
:target: https://travis-ci.org/dstufft/pynacl :target: https://travis-ci.org/pyca/pynacl
PyNaCl is a Python binding to the `Networking and Cryptography library`_, PyNaCl is a Python binding to the `Networking and Cryptography library`_,
a crypto library with the stated goal of improving usability, security and a crypto library with the stated goal of improving usability, security and
......
...@@ -8,7 +8,7 @@ __all__ = [ ...@@ -8,7 +8,7 @@ __all__ = [
__title__ = "PyNaCl" __title__ = "PyNaCl"
__summary__ = "Python binding to the Networking and Cryptography (NaCl) library" __summary__ = "Python binding to the Networking and Cryptography (NaCl) library"
__uri__ = "https://github.com/dstufft/pynacl/" __uri__ = "https://github.com/pyca/pynacl/"
__version__ = "0.1.0" __version__ = "0.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment