moose-lib 0.1__tar.gz → 0.11__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.
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.1
2
+ Name: moose_lib
3
+ Version: 0.11
@@ -0,0 +1,3 @@
1
+ # Python Moose Lib
2
+
3
+ Python package which contains moose utils
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.1
2
+ Name: moose_lib
3
+ Version: 0.11
@@ -1,7 +1,7 @@
1
1
  README.md
2
2
  setup.py
3
- moose-lib/__init__.py
4
- moose-lib/main.py
3
+ moose_lib/__init__.py
4
+ moose_lib/main.py
5
5
  moose_lib.egg-info/PKG-INFO
6
6
  moose_lib.egg-info/SOURCES.txt
7
7
  moose_lib.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ moose_lib
@@ -1,8 +1,8 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
- name='moose-lib',
5
- version='0.1',
4
+ name='moose_lib',
5
+ version='0.11',
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  )
moose_lib-0.1/PKG-INFO DELETED
@@ -1,3 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: moose-lib
3
- Version: 0.1
moose_lib-0.1/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Python Moose Lib
2
-
3
- Python package which contains moose utils
@@ -1,3 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: moose-lib
3
- Version: 0.1
@@ -1 +0,0 @@
1
- moose-lib
File without changes