Skip to content

Commit 4d6d1e9

Browse files
committed
Dev: Setup Update
1 parent 669db1a commit 4d6d1e9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
with open(os.path.join("jsweb", "__init__.py"), "r") as f:
7-
for line in f:
8-
if line.startswith("__VERSION__ = "):
9-
version = line.split("=")[1].strip().strip('\"')
10-
break
11-
else:
12-
version = "0.2.0"
13-
break
6+
version = "0.2.0"
147

158
requirements = [
169
'jinja2',

0 commit comments

Comments
 (0)