Fixed typo in include

This commit is contained in:
Jamie Hardt
2022-11-23 19:11:57 -08:00
parent 52ea6fdb60
commit 8fcc9787f6

View File

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