diff --git a/setup.py b/setup.py index f21b01a..969684e 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from distutils.core import setup -setup(name='deadsimplekv', +setup(name='deadsimplekv-beardog', version='0.0.1', description='Very simple key-value store for Python', author='Kevin Froman', author_email='beardog@firemail.cc', url='https://github.com/beardog108/deadsimplekv', packages=['deadsimplekv'], - ) \ No newline at end of file + )