Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed Oct 8, 2021
1 parent 241710c commit 7004d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name = 'WarThunder',
packages = ['WarThunder'],
version = '2.3.1',
version = '2.3.2',
description = 'Python package used to access air vehicle telemetry while in War Thunder air battles',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Power_Broker',
author_email = 'gitstuff2@gmail.com',
url = 'https://github.com/PowerBroker2/WarThunder',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.3.1.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.3.2.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
install_requires = ['imagehash', 'requests', 'Pillow', 'simplejson']
Expand Down

0 comments on commit 7004d52

Please sign in to comment.