Browse Source

2020.4.1rc4

bernhardbuhl 4 years ago
parent
commit
229a04ed06
2 changed files with 8 additions and 6 deletions
  1. 3 2
      README.md
  2. 5 4
      setup.py

+ 3 - 2
README.md

@@ -2,7 +2,8 @@
 Please find the full documentation on [ReadTheDocs](https://baangt.readthedocs.io)
 
 # Further reading:
-Latest news on http://baangt.org for community edition and http://baangt.com for corporate environments.
+* Homepage https://baangt.org
+* Blog https://baangt.org/blog
 
 # Follow us:
 * Overview, contact and blog: [https://www.baangt.org](https://www.baangt.org)
@@ -15,4 +16,4 @@ Latest news on http://baangt.org for community edition and http://baangt.com for
 * Telegram Channel: [https://t.me/baangt](https://t.me/baangt)
 * Official repository for download: [https://github.com/Athos1972/baangt](https://github.com/Athos1972/baangt)
 * Nightly builds: [https://gogs.earthsquad.global/Athos/baangt](https://gogs.earthsquad.global/Athos/baangt) 
-* Binary repositories: https://github.com/Athos1972/baangt-executables
+* Binary repositories: [https://github.com/Athos1972/baangt-executables](https://github.com/Athos1972/baangt-executables)

+ 5 - 4
setup.py

@@ -6,17 +6,18 @@ if __name__ == '__main__':
 
     setuptools.setup(
         name="baangt",
-        version="2020.4.0rc4",
+        version="2020.4.1rc4",
         author="Bernhard Buhl",
-        author_email="buhl@buhl-consulting.com.cy",
-        description="Open source Test Suite for Mac, Windows, Linux",
+        author_email="info@baangt.org",
+        description="Open source Test Automation Suite for MacOS, Windows, Linux",
         long_description=long_description,
         long_description_content_type="text/markdown",
         url="https://baangt.org",
         packages=setuptools.find_packages(),
         data_files=[('baangt', ["baangt/ressources/baangtLogo.png", "baangt/ressources/baangtLogo2020Small.png"])],
         package_data={"baangt.ressources": ['*.png',]},
-        install_requires=["pandas", "numpy", "pySimpleGui", "beautifulsoup4", "schwifty","pytest","requests","xlsxwriter","sqlalchemy","xlrd","selenium","pyperclip"],
+        install_requires=["pandas", "numpy", "pySimpleGui", "beautifulsoup4", "schwifty","pytest","requests","xlsxwriter",
+                          "sqlalchemy","xlrd","selenium","pyperclip", "appium"],
         classifiers=[
             "Programming Language :: Python :: 3",
             "License :: OSI Approved :: MIT License",