-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
abhishekram
committed
Jun 3, 2019
1 parent
afa25f3
commit bca5d62
Showing
4 changed files
with
9 additions
and
4 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
* Abhishek Ram <[email protected]> @abhishek-ram | ||
* Abhishek Ram <[email protected]> @abhishek-ram | ||
* Chad Gates @chadgates |
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 |
---|---|---|
|
@@ -18,11 +18,10 @@ | |
description="Python library for building and parsing AS2 Messages", | ||
license="GNU GPL v2.0", | ||
url="https://github.com/abhishek-ram/pyas2-lib", | ||
# long_description=long_description, | ||
long_description="Docs for this project are maintained at " | ||
"https://github.com/abhishek-ram/pyas2-lib/blob/" | ||
"master/README.md", | ||
version='1.1.0', | ||
version='1.1.1', | ||
author="Abhishek Ram", | ||
author_email="[email protected]", | ||
packages=find_packages( | ||
|