More clean up on opentts-abc

This commit is contained in:
Michael Hansen 2022-03-25 14:28:33 -04:00
commit 9308f615f3
3 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2022 Mycroft AI Inc.
#
# This program is free software: you can redistribute it and/or modify

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2022 Mycroft AI Inc.
#
# This program is free software: you can redistribute it and/or modify

View file

@ -53,6 +53,7 @@ setup(
packages=setuptools.find_packages(),
package_data={"opentts_abc": ["VERSION", "py.typed"]},
install_requires=requirements,
extras_require={':python_version<"3.9"': ["importlib_resources"]},
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",