valar 0.0.2__tar.gz → 0.0.3__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.2
3
+ Version: 0.0.3
4
4
  Summary: Valar Margulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar
6
6
  Author: 刘寅鹏
@@ -5,3 +5,6 @@ write readme latter.
5
5
  python setup.py sdist
6
6
  twine upload dist/*
7
7
 
8
+
9
+ pip install --upgrade valar
10
+
@@ -1,12 +1,16 @@
1
1
  from setuptools import setup
2
+ VERSION = '0.0.3'
3
+
2
4
 
3
5
  setup(
4
6
  name='valar',
5
- version='0.0.2',
6
- packages=['vala'],
7
+ version=VERSION,
8
+ packages=['valar'],
7
9
  url='https://gitee.com/GRIFFIN120/valar',
8
10
  license='MIT License',
9
11
  author='刘寅鹏',
10
12
  author_email='liuyinpeng@buaa.edu.cn',
11
13
  description='Valar Margulis'
12
14
  )
15
+
16
+ print(f'twine upload dist/valar-{VERSION}.tar.gz ')
@@ -0,0 +1,2 @@
1
+ def exp():
2
+ print('hello valar!!!!!')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: valar
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Valar Margulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar
6
6
  Author: 刘寅鹏
@@ -1,8 +1,8 @@
1
1
  LICENSE.txt
2
2
  README.md
3
3
  setup.py
4
- vala/__init__.py
5
- vala/dao.py
4
+ valar/__init__.py
5
+ valar/dao.py
6
6
  valar.egg-info/PKG-INFO
7
7
  valar.egg-info/SOURCES.txt
8
8
  valar.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ valar
valar-0.0.2/vala/dao.py DELETED
@@ -1,2 +0,0 @@
1
- def exp():
2
- print('hello vala!!!!!')
@@ -1 +0,0 @@
1
- vala
File without changes
File without changes
File without changes