updated setup package name
This commit is contained in:
parent
f86932c9b7
commit
e8d989189f
4
setup.py
4
setup.py
@ -1,10 +1,10 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name='deadsimplekv',
|
setup(name='deadsimplekv-beardog',
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
description='Very simple key-value store for Python',
|
description='Very simple key-value store for Python',
|
||||||
author='Kevin Froman',
|
author='Kevin Froman',
|
||||||
author_email='beardog@firemail.cc',
|
author_email='beardog@firemail.cc',
|
||||||
url='https://github.com/beardog108/deadsimplekv',
|
url='https://github.com/beardog108/deadsimplekv',
|
||||||
packages=['deadsimplekv'],
|
packages=['deadsimplekv'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user