yashsinghcodes / wik

wik is use to get information about anything on the shell using Wikipedia.
https://pypi.org/project/wik/
MIT License
616 stars 21 forks source link

No such file or directory: 'fetch/__version__.py' #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

Traceback (most recent call last): File "setup.py", line 12, in <module> exec(open("fetch/__version__.py").read()) FileNotFoundError: [Errno 2] No such file or directory: 'fetch/__version__.py'

I had to create fetch/__version__.py and put my current python version in it. For example

__version__ = "3.8.10"

This info should be added to the README.

yashsinghcodes commented 2 years ago

fixed in the latest commit.