From 4c46ff44a8c515dfc8c81701cf6920097e3dcb63 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:04:57 +0200 Subject: [PATCH] vresion fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdedbb5..02097a4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup # version.py defines the VERSION and VERSION_SHORT variables. # We use exec here so we don't import cached_path whilst setting up. VERSION = {} # type: ignore -with open("vk_url_scraper/version.py", "r") as version_file: +with open("geocluster/version.py", "r") as version_file: exec(version_file.read(), VERSION) setup(