From 3f6c3d931034c06fbf2c93fe1ec2e9ecda77e409 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Sun, 29 Mar 2015 13:11:04 +0200 Subject: [PATCH] Name clash --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1152a6a..3493b90 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,11 @@ from setuptools import setup -setup(name='hyp', +setup(name='hyp-server', version='1.0.0', description='Hyperminimal https server', url='http://github.com/rnhmjoj/hyp', - author='Michele Guerini Rocco', + author='rnhmjoj', + author_email='micheleguerinirocco@me.com', license='MIT-GPL', packages=['hyp'], entry_points={