From 5da96ab2f3ac91c429f20e73a0f579ad2a5b7053 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Sat, 12 Oct 2019 01:30:59 -0600 Subject: Fix import modules on all files --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9073b15..4d9bd8b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import os from setuptools import find_packages, setup -# from tirante.version import __version__ +from tirante.version import __version__ # Package meta-data. NAME = 'tirante' @@ -40,8 +40,8 @@ URL = 'https://github.com/luevano/tirante' EMAIL = 'lorentzeus@gmail.com' AUTHOR = 'David Luevano Alvarado' REQUIRES_PYTHON = '>=3.7' -# VERSION = __version__ -VERSION = '0.0.1' +VERSION = __version__ +# VERSION = '0.0.1' # What packages are required for this module to be executed? REQUIRED = [ -- cgit v1.2.3-54-g00ecf