Skip to content

Commit c6f28cd

Browse files
authored
Merge pull request #32 from Zxilly/master
build: add missing __version__
2 parents 85e8821 + 7632d58 commit c6f28cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import setup, find_packages, __version__
22
from os import path
33

44
desc_file = "README.md"

0 commit comments

Comments
 (0)