-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add long description type to the setup.py
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ def read_version_py(file_name): | |
version=version, | ||
description='Kalliope is a modular always-on voice controlled personal assistant designed for home automation.', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
url='https://github.com/kalliope-project/kalliope', | ||
author='The dream team of Kalliope-project', | ||
author_email='[email protected]', | ||
|