Name clash
This commit is contained in:
parent
2a5e169a4c
commit
3f6c3d9310
5
setup.py
5
setup.py
@ -1,10 +1,11 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='hyp',
|
setup(name='hyp-server',
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
description='Hyperminimal https server',
|
description='Hyperminimal https server',
|
||||||
url='http://github.com/rnhmjoj/hyp',
|
url='http://github.com/rnhmjoj/hyp',
|
||||||
author='Michele Guerini Rocco',
|
author='rnhmjoj',
|
||||||
|
author_email='micheleguerinirocco@me.com',
|
||||||
license='MIT-GPL',
|
license='MIT-GPL',
|
||||||
packages=['hyp'],
|
packages=['hyp'],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
Reference in New Issue
Block a user