Skip to content

Commit

Permalink
Merge pull request #32 from Zxilly/master
Browse files Browse the repository at this point in the history
build: add missing __version__
  • Loading branch information
hsluoyz committed May 16, 2021
2 parents 85e8821 + 7632d58 commit c6f28cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup, find_packages, __version__
from os import path

desc_file = "README.md"
Expand Down

0 comments on commit c6f28cd

Please sign in to comment.