changeset 14:c6bae5dcd8d7

Fix casing in project name.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 29 Jul 2018 23:51:50 -0700
parents 4796b0d39681
children cb1dc5c864d8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jul 29 20:09:25 2018 -0700
+++ b/setup.py	Sun Jul 29 23:51:50 2018 -0700
@@ -29,7 +29,7 @@
 
 
 setup(
-    name='silorider',
+    name='SiloRider',
     use_scm_version={'write_to': 'silorider/version.py'},
     description=("Scans a website's microformats and cross-posts content "
                  "to 'silo' services."),