We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75587 commit 4bc721dCopy full SHA for 4bc721d
setup.py
@@ -1,12 +1,17 @@
1
from setuptools import setup
2
3
+with open('README.md') as f:
4
+ long_description = f.read()
5
6
setup(
7
+ author='Gunes Acar',
8
name="tbselenium",
9
description="Tor Browser automation with Selenium",
10
keywords=["tor", "selenium", "tor browser"],
- version="0.5.1",
- url = 'https://github.com/webfp/tor-browser-selenium',
11
+ version="0.5.2",
12
+ long_description=long_description,
13
+ long_description_content_type='text/markdown',
14
+ url='https://github.com/webfp/tor-browser-selenium',
15
packages=["tbselenium", "tbselenium.test"],
16
install_requires=[
17
"selenium>=3.14"
0 commit comments