2 Commits

Author SHA1 Message Date
Jamie Hardt
8fcc9787f6 Fixed typo in include 2022-11-23 19:11:57 -08:00
Jamie Hardt
52ea6fdb60 Delete metadata.py 2022-11-23 19:10:48 -08:00
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
"""
Wavinfo
"""

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()