updated setup package name

This commit is contained in:
Kevin Froman 2019-03-01 11:21:26 -06:00
parent f86932c9b7
commit e8d989189f
1 changed files with 2 additions and 2 deletions

View File

@ -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'],
) )