crud-mysql 0.1.1__tar.gz → 0.1.2__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: crud-mysql
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: crud defiend by json
5
5
  Home-page: https://github.com/Ms-Shoshany/crud-mysql
6
6
  Author: hanna
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crud-mysql
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: crud defiend by json
5
5
  Home-page: https://github.com/Ms-Shoshany/crud-mysql
6
6
  Author: hanna
@@ -1,10 +1,10 @@
1
1
  LICENCE
2
2
  README.md
3
3
  setup.py
4
- crud-mysql/__init__.py
5
- crud-mysql/crud_object.py
6
- crud-mysql/endpoints.py
7
- crud-mysql/vars.py
4
+ crud_mysql/__init__.py
5
+ crud_mysql/crud_object.py
6
+ crud_mysql/endpoints.py
7
+ crud_mysql/vars.py
8
8
  crud_mysql.egg-info/PKG-INFO
9
9
  crud_mysql.egg-info/SOURCES.txt
10
10
  crud_mysql.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ crud_mysql
@@ -5,7 +5,7 @@ with open('README.md', encoding='utf-8') as f:
5
5
 
6
6
  setup(
7
7
  name='crud-mysql',
8
- version='0.1.1',
8
+ version='0.1.2',
9
9
  packages=find_packages(),
10
10
  install_requires=['mysql-connector-python', 'mysql-database', 'flask'],
11
11
  author='hanna',
@@ -1 +0,0 @@
1
- crud-mysql
File without changes
File without changes
File without changes