Update setup.py
This commit is contained in:
parent
f5acbcfc95
commit
df851dce0c
4
setup.py
4
setup.py
@ -1,8 +1,8 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
with open("README.md", "r") as fh:
|
||||||
readme = f.read()
|
readme = fh.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'waybackpy',
|
name = 'waybackpy',
|
||||||
|
Loading…
Reference in New Issue
Block a user