Skip to content

Commit

Permalink
setup: fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Derich committed Dec 9, 2022
1 parent 73bb7a8 commit 170f8dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

from setuptools import setup

from klotty.version import get_version

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

setup(
name="klotty",
version="0.0.1",
version=get_version(),
description="Klotty Python SDK",
long_description=open("README.md", encoding="utf8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 170f8dc

Please sign in to comment.