Skip to content

Commit 2f4abaa

Browse files
committed
i hate you setup dot py
1 parent 29b4ae2 commit 2f4abaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
from . import tranci
12
from setuptools import setup, find_packages
23
from pathlib import Path
34

45
setup(
56
name="tranci",
6-
version="1.0.0",
7+
version=tranci.__version__,
78
description="Tranci: a no-dependencies, lightweight, easy-to-use ANSI library",
89
long_description=(Path(__file__).parent / "README.md").read_text(encoding="utf-8"),
910
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)