Skip to content
Snippets Groups Projects
Commit a50584cd authored by barni2000's avatar barni2000
Browse files

Update setup.py

parent 61ade873
No related branches found
No related tags found
No related merge requests found
import os import os
from setuptools import find_packages, setup from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read() README = readme.read()
# allow setup.py to be run from any path # allow setup.py to be run from any path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment