From 7c19e1a02204b22d5dbafce156fa87241e38c6f3 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Sat, 9 Mar 2013 21:35:21 -0500 Subject: [PATCH] Rename pynacl to PyNaCl --- nacl/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nacl/__about__.py b/nacl/__about__.py index 985972ac..60fbfcf0 100644 --- a/nacl/__about__.py +++ b/nacl/__about__.py @@ -8,7 +8,7 @@ __all__ = [ "__email__", "__license__", "__copyright__", ] -__title__ = "pynacl" +__title__ = "PyNaCl" __summary__ = "Python binding to the Networking and Cryptography (NaCl) library" # nopep8 __uri__ = "https://github.com/dstufft/pynacl/" -- GitLab