Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 9, 2023
1 parent 66095b3 commit 4485ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PROJECT_PACKAGE_NAME = 'esp_flasher'
PROJECT_LICENSE = 'MIT'
PROJECT_AUTHOR = 'Jason2866'
PROJECT_COPYRIGHT = '2021, Jason2866'
PROJECT_COPYRIGHT = '2023, Jason2866'
PROJECT_URL = 'https://github.com/Jason2866/ESP_Flasher'
PROJECT_EMAIL = '[email protected]'

Expand All @@ -37,12 +37,12 @@
url=GITHUB_URL,
author=PROJECT_AUTHOR,
author_email=PROJECT_EMAIL,
description="ESP8266/ESP32 firmware flasher for ESP",
description="ESP8266/ESP32 Tasmota firmware flasher for ESP",
include_package_data=True,
zip_safe=False,
platforms='any',
test_suite='tests',
python_requires='>=3.5,<4.0',
python_requires='>=3.8,<4.0',
install_requires=REQUIRES,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4485ad1

Please sign in to comment.