Skip to content

Commit

Permalink
removes toml file to abate setuptools to support DEPRECATED Python 3.6 (
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomail authored Aug 28, 2023
1 parent 90e98a6 commit 717032c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion zenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
log = logging.getLogger()

__author__ = "facetoe"
__version__ = "2.0.32"
__version__ = "2.0.33"


class Zenpy(object):
Expand Down

0 comments on commit 717032c

Please sign in to comment.