-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes toml file to abate setuptools to support DEPRECATED Python 3.6 (
#564)
- Loading branch information
1 parent
90e98a6
commit 717032c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
setup( | ||
name='zenpy', | ||
packages=setuptools.find_packages(), | ||
version='2.0.32', | ||
version='2.0.33', | ||
description='Python wrapper for the Zendesk API', | ||
license='GPLv3', | ||
license_files = ('LICENSE'), | ||
author='Face Toe', | ||
author_email='[email protected]', | ||
url='https://github.com/facetoe/zenpy', | ||
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.32', | ||
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.33', | ||
install_requires=[ | ||
'requests>=2.14.2', | ||
'python-dateutil>=2.7.5', | ||
|
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