From c15b40c83d2e1ecbcffc7a5f38e01db21b5d8731 Mon Sep 17 00:00:00 2001 From: Contact <74024690+CryptoContact@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:10:29 -0700 Subject: [PATCH] Update setup.py spelling --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 99a73a3..ed0bb01 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'Intended Audience :: Developers', # Define that your audience are developers 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: MIT License', # Again, pick a license - 'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support + 'Programming Language :: Python :: 3', #Specify which python versions that you want to support 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', @@ -30,4 +30,4 @@ 'Operating System :: Microsoft :: Windows', 'Operating System :: MacOS :: MacOS X', ], -) \ No newline at end of file +)