-
Notifications
You must be signed in to change notification settings - Fork 1
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
Alexander Schillemans
committed
Dec 14, 2021
1 parent
cd1ece2
commit 91b4bde
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -9,15 +9,15 @@ | |
setup( | ||
name = 'python-exact-online', | ||
packages=['exactonline', 'exactonline.models', 'exactonline.constants', 'exactonline.cache', 'exactonline.endpoints'], | ||
version = '0.3.1', | ||
version = '0.3.2', | ||
license='GPL-3.0-or-later', | ||
description = 'Basic wrapper for the Exact Online REST API (v1)', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
author = 'Alexander Schillemans', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/alexanderlhsglobal/python-exact-online', | ||
download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.3.1.tar.gz', | ||
download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.3.2.tar.gz', | ||
keywords = ['exact', 'exact online', 'api'], | ||
install_requires=[ | ||
'requests', | ||
|