Coding style.

- Change termstr from a package to a single module, since ColorMap
  no longer exists.
This commit is contained in:
Andrew Hamilton 2021-11-11 00:06:45 +10:00
parent 27fc9a433c
commit 2b5d14b87d
2 changed files with 1 additions and 1 deletions

View file

@ -14,4 +14,4 @@ setup(name="termstr",
author="Andrew Hamilton",
author_email="and_hamilton@yahoo.com",
license="Artistic 2.0",
packages=["termstr"])
py_modules=["termstr"])