-
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.
- Loading branch information
NodePing
committed
Jul 16, 2020
1 parent
c655a36
commit 69fd392
Showing
3 changed files
with
18 additions
and
8 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 |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
with open("README.md", "r") as fh: | ||
long_description = fh.read() | ||
|
||
NAME = 'nodeping_api' | ||
DESCRIPTION = 'Python package for querying the NodePing API' | ||
URL = 'https://github.com/NodePing/python-nodeping-api' | ||
EMAIL = '[email protected]' | ||
AUTHOR = 'NodePing' | ||
VERSION = '1.1.2' | ||
LICENSE = 'MIT' | ||
NAME = "nodeping_api" | ||
DESCRIPTION = "Python package for querying the NodePing API" | ||
URL = "https://github.com/NodePing/python-nodeping-api" | ||
EMAIL = "[email protected]" | ||
AUTHOR = "NodePing" | ||
VERSION = "1.1.3" | ||
LICENSE = "MIT" | ||
|
||
setuptools.setup( | ||
name=NAME, | ||
|