Skip to content

Commit e6d264c

Browse files
committed
.
1 parent 0156ab4 commit e6d264c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
#!/usr/bin/env python
22

33
from setuptools import find_packages, setup
4-
from jigsawstack.version import get_version
54

65
install_requires = open("requirements.txt").readlines()
76

87
setup(
98
name="jigsawstack",
10-
version=get_version(),
9+
version="0.1.2",
1110
description="JigsawStack Python SDK",
1211
long_description=open("README.md", encoding="utf8").read(),
1312
long_description_content_type="text/markdown",
1413
author="Narcisse Egonu",
1514
author_email="hello@jigsawstack.com",
16-
url="https://github.com/jigsawstack/jigsawstack-python",
15+
url="https://github.com/jigsawstack/jigsawstack-py",
1716
packages=find_packages(include=["jigsawstack"]),
1817
install_requires=install_requires,
1918
zip_safe=False,

0 commit comments

Comments
 (0)