Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trackmastersteve authored Oct 30, 2023
1 parent 6fe744e commit 6cbe8b0
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 @@ -25,7 +25,7 @@
try:
from setuptools import setup, find_packages
except ImportError:
print("ImportError: Unable to import 'setup' and 'find_packages' from setuptools."
print("ImportError: Unable to import 'setup' and 'find_packages' from setuptools.")
#import ez_setup
#ez_setup.use_setuptools()
#from setuptools import setup, find_packages
Expand Down Expand Up @@ -54,7 +54,7 @@

setup(
name = "alienfx",
version = "2.4.2",
version = "2.4.3",
fullname = "AlienFX Configuration Utility",
description = "AlienFX Configuration Utility",
author = "Track Master Steve",
Expand Down

0 comments on commit 6cbe8b0

Please sign in to comment.