From bd691b8d73e624ab6b771153d849518bb5d6c4bf Mon Sep 17 00:00:00 2001 From: Thomas Epperson Date: Wed, 4 Dec 2024 10:58:46 -0600 Subject: [PATCH] Modify python setup. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db111df..c9e8df7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -from nes.hdl import version_str +from nes import version_str setuptools.setup( name="pythondata-old-systems",