Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5eda577

Browse files
author
Baiju Muthukadan
committed
Create setup.py
1 parent 525f8e8 commit 5eda577

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
from setuptools import setup, find_packages
2+
3+
setup(name="selenium-python-docs",
4+
version="0.0.0",
5+
description="",
6+
packages=find_packages(),
7+
include_package_data=True,
8+
zip_safe=False,
9+
author='Baiju Muthukadan',
10+
install_requires=['setuptools',
11+
'selenium',
12+
'Sphinx',
13+
],
14+
)

0 commit comments

Comments
 (0)