Skip to content

Commit

Permalink
update author and readme filename
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Oct 29, 2019
1 parent 7cb8642 commit 43837ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def required(requirements_file):

extra_files = package_files('lingua_franca')

with open("README.md", "r") as fh:
with open("readme.md", "r") as fh:
long_description = fh.read()

setup(
Expand All @@ -34,8 +34,8 @@ def required(requirements_file):
package_data={'': extra_files},
include_package_data=True,
install_requires=required('requirements.txt'),
author='jarbasAI',
author_email='[email protected]',
author='Mycroft AI',
author_email='[email protected]',
description='Mycroft\'s multilingual text parsing and formatting library',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 43837ac

Please sign in to comment.