cybertron-spark 0.1.0__tar.gz → 0.1.1__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.4
2
2
  Name: cybertron-spark
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Automação do Zendesk com Selenium, Zenpy e integração Cybertron
5
5
  Author: Gustavo Sartorio
6
6
  Author-email: strov3rl@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cybertron-spark
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Automação do Zendesk com Selenium, Zenpy e integração Cybertron
5
5
  Author: Gustavo Sartorio
6
6
  Author-email: strov3rl@gmail.com
@@ -1,10 +1,10 @@
1
1
  LICENCE
2
2
  README.md
3
3
  setup.py
4
- cybertron-spark/__init__.py
5
- cybertron-spark/heartbeat.py
6
- cybertron-spark/selenium.py
7
- cybertron-spark/zenpy.py
4
+ cybertron_spark/__init__.py
5
+ cybertron_spark/heartbeat.py
6
+ cybertron_spark/selenium.py
7
+ cybertron_spark/zenpy.py
8
8
  cybertron_spark.egg-info/PKG-INFO
9
9
  cybertron_spark.egg-info/SOURCES.txt
10
10
  cybertron_spark.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ cybertron_spark
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as arq:
5
5
 
6
6
  setup(
7
7
  name='cybertron-spark',
8
- version='0.1.0',
8
+ version='0.1.1',
9
9
  license='MIT',
10
10
  author='Gustavo Sartorio',
11
11
  author_email='strov3rl@gmail.com',
@@ -1 +0,0 @@
1
- cybertron-spark
File without changes