-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch blueprint class typo, add author metadata to setup.py (#439)
* add missing author metadata * rename blueprint
- Loading branch information
1 parent
8a93453
commit c529728
Showing
3 changed files
with
9 additions
and
5 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
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 |
---|---|---|
|
@@ -34,6 +34,10 @@ def run(self, *args, **kwargs): | |
]), | ||
use_scm_version=True, | ||
setup_requires=['setuptools_scm'], | ||
author="Azure Functions team at Microsoft Corp.", | ||
author_email="[email protected]", | ||
keywords="azure functions azurefunctions python serverless workflows durablefunctions", | ||
url="https://github.com/Azure/azure-functions-durable-python", | ||
description='Durable Functions For Python', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|