valar 0.0.1__tar.gz → 0.0.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.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: valar
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Valar Margulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar
6
6
  Author: 刘寅鹏
valar-0.0.2/README.md ADDED
@@ -0,0 +1,7 @@
1
+ Valar Margulis
2
+
3
+ write readme latter.
4
+
5
+ python setup.py sdist
6
+ twine upload dist/*
7
+
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='valar',
5
- version='0.0.1',
5
+ version='0.0.2',
6
6
  packages=['vala'],
7
7
  url='https://gitee.com/GRIFFIN120/valar',
8
8
  license='MIT License',
@@ -0,0 +1,2 @@
1
+ def exp():
2
+ print('hello vala!!!!!')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: valar
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Valar Margulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar
6
6
  Author: 刘寅鹏
valar-0.0.1/README.md DELETED
@@ -1,3 +0,0 @@
1
- Valar Margulis
2
-
3
- write readme latter.
valar-0.0.1/vala/dao.py DELETED
@@ -1,2 +0,0 @@
1
- def exp():
2
- print('hello vala!!')
File without changes
File without changes
File without changes
File without changes