rpa-suite 0.2.7__tar.gz → 0.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rpa_suite
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.
5
5
  Author: Camilo Costa de Carvalho
6
6
  Author-email: camilo.costa1993@gmail.com
@@ -12,12 +12,12 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.7
13
13
  Classifier: Programming Language :: Python :: 3.8
14
14
  Classifier: Programming Language :: Python :: 3.9
15
- Description-Content-Type: # Suite RPA - Toolkit for your bot building
15
+ License-File: LICENSE
16
+ Requires-Dist: loguru
16
17
 
17
- <h2>This is a simple toolkit for developers RPA.</h2>
18
+ Suite RPA - Toolkit for your bot building
18
19
 
19
- You can see more on github.
20
- [Github-project](https://github.com/CamiloCCarvalho/rpa_suite)
20
+ This is a simple toolkit for developers RPA.
21
21
 
22
- License-File: LICENSE
23
- Requires-Dist: loguru
22
+ You can see more on github.
23
+ https://github.com/CamiloCCarvalho/rpa_suite
@@ -0,0 +1,6 @@
1
+ Suite RPA - Toolkit for your bot building
2
+
3
+ This is a simple toolkit for developers RPA.
4
+
5
+ You can see more on github.
6
+ https://github.com/CamiloCCarvalho/rpa_suite
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rpa-suite
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.
5
5
  Author: Camilo Costa de Carvalho
6
6
  Author-email: camilo.costa1993@gmail.com
@@ -12,12 +12,12 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.7
13
13
  Classifier: Programming Language :: Python :: 3.8
14
14
  Classifier: Programming Language :: Python :: 3.9
15
- Description-Content-Type: # Suite RPA - Toolkit for your bot building
15
+ License-File: LICENSE
16
+ Requires-Dist: loguru
16
17
 
17
- <h2>This is a simple toolkit for developers RPA.</h2>
18
+ Suite RPA - Toolkit for your bot building
18
19
 
19
- You can see more on github.
20
- [Github-project](https://github.com/CamiloCCarvalho/rpa_suite)
20
+ This is a simple toolkit for developers RPA.
21
21
 
22
- License-File: LICENSE
23
- Requires-Dist: loguru
22
+ You can see more on github.
23
+ https://github.com/CamiloCCarvalho/rpa_suite
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ README.md
2
3
  setup.py
3
4
  rpa_suite/__init__.py
4
5
  rpa_suite.egg-info/PKG-INFO
@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='rpa_suite',
5
- version='0.2.7',
5
+ version='0.2.9',
6
6
  packages=find_packages(),
7
7
  description='Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.',
8
- long_description_content_type=open('README.html').read(),
8
+ long_description=open('README.md').read(),
9
9
  author='Camilo Costa de Carvalho',
10
10
  author_email='camilo.costa1993@gmail.com',
11
11
  license='MIT',
File without changes
File without changes