Upgraded to pyproject/flit build style

This commit is contained in:
Jamie Hardt
2023-02-28 10:40:57 -08:00
parent 1c9d373b40
commit ddf1948f3c
6 changed files with 49 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
__version__ = '1.0.5'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)
# __author__ = 'Jamie Hardt'
# __license__ = 'MIT'
# __copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)