python-libGenerator 1.0.0__tar.gz → 1.0.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,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-libGenerator
3
- Version: 1.0.0
3
+ Version: 1.0.1
@@ -0,0 +1,7 @@
1
+ # python-libGenerator
2
+ To use the library you need to enter this code
3
+
4
+ from lib_creator import interactive_create
5
+ interactive_create()
6
+
7
+ THIS GENERATOR IS FOR ANDROID IN THE FUTURE AND FOR PC
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-libGenerator
3
- Version: 1.0.0
3
+ Version: 1.0.1
@@ -1,3 +1,4 @@
1
+ README.md
1
2
  lib_creator.py
2
3
  setup.py
3
4
  python_libGenerator.egg-info/PKG-INFO
@@ -2,6 +2,6 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name="python-libGenerator",
5
- version="1.0.0",
5
+ version="1.0.1",
6
6
  py_modules=["lib_creator"],
7
7
  )