Re-factored package metadata

This commit is contained in:
Jamie Hardt
2022-11-23 18:14:34 -08:00
parent 73a5034e02
commit 3e6c485eb9
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from setuptools import setup
from metadata import __author__, __license__, __version__
from .wavinfo import __author__, __license__, __version__
with open("README.md", "r") as fh:
long_description = fh.read()