-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from solita/dev_20230815
Dev 20230815
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ Modules: | |
## Installation | ||
Install with pip (define version): | ||
``` | ||
pip install git+https://github.com/solita/[email protected].1 | ||
pip install git+https://github.com/solita/[email protected].2 | ||
``` | ||
|
||
Include in requirements.txt (define version): | ||
``` | ||
git+https://github.com/solita/[email protected].1 | ||
git+https://github.com/solita/[email protected].2 | ||
``` | ||
|
||
## Usage | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name='adenotifier', | ||
version='0.2.1', | ||
version='0.2.2', | ||
author='Taha Gad, Henri Hemminki', | ||
author_email='[email protected], [email protected]', | ||
description='Python library for using ADE Notify API', | ||
|