changed project name from Mycroft to mycroft-core in mycroft-base-setup.py

pull/316/head
Arron Atchison 2016-08-01 14:05:22 -05:00
parent 036b4fc226
commit 2f6e285800
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ __author__ = 'seanfitz'
place_manifest('mycroft-base-MANIFEST.in')
setup(
name="Mycroft",
name="mycroft-core",
version=get_version(),
install_requires=required('requirements.txt'),
packages=find_all_packages("mycroft"),