Update setup.py

This commit is contained in:
akamhy 2020-05-05 10:40:23 +05:30 committed by GitHub
parent e5a6057249
commit d6598a67b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setup(
setuptools.setup(
name = 'waybackpy',
packages = ['waybackpy'],
version = 'v1.2',