diff --git a/nacl/__about__.py b/nacl/__about__.py
index 985972ac1b404d3dcfaec2253a6e50a2376e4402..60fbfcf0f1fb981e58fdfa47e54618cfd1543afb 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/"