missionpanel 1.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,19 +1,16 @@
1
- Metadata-Version: 2.1
2
- Name: missionpanel
3
- Version: 1.0
4
- Summary: A mission panel
5
- Home-page: https://github.com/yindaheng98/missionpanel
6
- Author: yindaheng98
7
- Author-email: yindaheng98@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Operating System :: OS Independent
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
-
16
- # missionnel
17
-
18
- Just a mission panel.
19
-
1
+ Metadata-Version: 2.1
2
+ Name: missionpanel
3
+ Version: 1.0.1
4
+ Summary: A mission panel
5
+ Home-page: https://github.com/yindaheng98/missionpanel
6
+ Author: yindaheng98
7
+ Author-email: yindaheng98@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+
14
+ # missionnel
15
+
16
+ Just a mission panel.
File without changes
@@ -1,19 +1,16 @@
1
- Metadata-Version: 2.1
2
- Name: missionpanel
3
- Version: 1.0
4
- Summary: A mission panel
5
- Home-page: https://github.com/yindaheng98/missionpanel
6
- Author: yindaheng98
7
- Author-email: yindaheng98@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: License :: OSI Approved :: MIT License
12
- Classifier: Operating System :: OS Independent
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
-
16
- # missionnel
17
-
18
- Just a mission panel.
19
-
1
+ Metadata-Version: 2.1
2
+ Name: missionpanel
3
+ Version: 1.0.1
4
+ Summary: A mission panel
5
+ Home-page: https://github.com/yindaheng98/missionpanel
6
+ Author: yindaheng98
7
+ Author-email: yindaheng98@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+
14
+ # missionnel
15
+
16
+ Just a mission panel.
@@ -1,6 +1,7 @@
1
1
  LICENSE
2
2
  README.md
3
3
  setup.py
4
+ missionpanel/__init__.py
4
5
  missionpanel.egg-info/PKG-INFO
5
6
  missionpanel.egg-info/SOURCES.txt
6
7
  missionpanel.egg-info/dependency_links.txt
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -12,7 +12,7 @@ package_dir = {
12
12
 
13
13
  setup(
14
14
  name='missionpanel',
15
- version='1.0',
15
+ version='1.0.1',
16
16
  author='yindaheng98',
17
17
  author_email='yindaheng98@gmail.com',
18
18
  url='https://github.com/yindaheng98/missionpanel',
File without changes
File without changes