Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Nov 14, 2020
1 parent 4cfae7f commit 1dcabb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name = 'WarThunder',
packages = ['WarThunder'],
version = '2.2.0',
version = '2.2.1',
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 = '[email protected]',
url = 'https://github.com/PowerBroker2/WarThunder',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.2.0.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.2.1.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
install_requires = ['imagehash', 'requests', 'Pillow', 'WarThunder']
Expand Down

0 comments on commit 1dcabb4

Please sign in to comment.