-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding make targets for clean and release. Adding long_description_co…
…ntent_type
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ def read_requirements(path): | |
|
||
setup( | ||
name="google-drive", | ||
version="0.1.2", | ||
version="0.1.3", | ||
author="Eduardo Garcia", | ||
author_email="[email protected]", | ||
maintainer="Eduardo García", | ||
|
@@ -39,6 +39,7 @@ def read_requirements(path): | |
'dev': extra_requirements_dev | ||
}, | ||
long_description=read('README.md'), | ||
long_description_content_type="text/markdown", | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Topic :: Software Development :: Libraries", | ||
|