|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh: |
|
|
|
|
|
|
|
|
setuptools.setup( |
|
|
setuptools.setup( |
|
|
name="delete-facebook-posts", |
|
|
name="delete-facebook-posts", |
|
|
version="1.1.5", |
|
|
version="1.1.6", |
|
|
author="Wesley Kerfoot", |
|
|
author="Wesley Kerfoot", |
|
|
author_email="wes@wesk.tech", |
|
|
author_email="wes@wesk.tech", |
|
|
description="A Selenium Script to Delete Facebook Posts", |
|
|
description="A Selenium Script to Delete Facebook Posts", |
|
@ -14,6 +14,7 @@ setuptools.setup( |
|
|
url="https://github.com/weskerfoot/DeleteFB", |
|
|
url="https://github.com/weskerfoot/DeleteFB", |
|
|
packages=setuptools.find_packages(), |
|
|
packages=setuptools.find_packages(), |
|
|
include_package_data=True, |
|
|
include_package_data=True, |
|
|
|
|
|
requires_python=">=3.6", |
|
|
package_data={ |
|
|
package_data={ |
|
|
# Include *json files in the package: |
|
|
# Include *json files in the package: |
|
|
'': ['*.json'], |
|
|
'': ['*.json'], |
|
|