luxry 0.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.
luxry-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 1.0
2
+ Name: luxry
3
+ Version: 0.0.1
4
+ Summary: Reserved by Xiaorui Lu (Lux/Rain).
5
+ Home-page: UNKNOWN
6
+ Author: Xiaorui Lu
7
+ Author-email: rainrain2007@gmail.com
8
+ License: UNKNOWN
9
+ Description: UNKNOWN
10
+ Platform: UNKNOWN
luxry-0.0.1/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # luxry
2
+ Reserved.
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 1.0
2
+ Name: luxry
3
+ Version: 0.0.1
4
+ Summary: Reserved by Xiaorui Lu (Lux/Rain).
5
+ Home-page: UNKNOWN
6
+ Author: Xiaorui Lu
7
+ Author-email: rainrain2007@gmail.com
8
+ License: UNKNOWN
9
+ Description: UNKNOWN
10
+ Platform: UNKNOWN
@@ -0,0 +1,6 @@
1
+ README.md
2
+ setup.py
3
+ luxry.egg-info/PKG-INFO
4
+ luxry.egg-info/SOURCES.txt
5
+ luxry.egg-info/dependency_links.txt
6
+ luxry.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
luxry-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
luxry-0.0.1/setup.py ADDED
@@ -0,0 +1,9 @@
1
+ from setuptools import setup
2
+ setup(
3
+ name='luxry',
4
+ version='0.0.1',
5
+ description='Reserved by Xiaorui Lu (Lux/Rain).',
6
+ author='Xiaorui Lu',
7
+ author_email='rainrain2007@gmail.com',
8
+ packages=[],
9
+ )