virtuals-py 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.
- virtuals_py-0.0.1/PKG-INFO +22 -0
- virtuals_py-0.0.1/setup.cfg +4 -0
- virtuals_py-0.0.1/setup.py +19 -0
- virtuals_py-0.0.1/virtuals_py.egg-info/PKG-INFO +22 -0
- virtuals_py-0.0.1/virtuals_py.egg-info/SOURCES.txt +5 -0
- virtuals_py-0.0.1/virtuals_py.egg-info/dependency_links.txt +1 -0
- virtuals_py-0.0.1/virtuals_py.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: virtuals-py
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Package name reserved for future use
|
|
5
|
+
Home-page: https://github.com/gorarakelyan/virtuals-py
|
|
6
|
+
Author: Gor Arakelyan
|
|
7
|
+
Author-email: arakelyangor10@gmail.com
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.6
|
|
12
|
+
Description-Content-Type: text/plain
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: author-email
|
|
15
|
+
Dynamic: classifier
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: requires-python
|
|
20
|
+
Dynamic: summary
|
|
21
|
+
|
|
22
|
+
This package name is reserved for future development.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
from setuptools import setup
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name="virtuals-py",
|
|
5
|
+
version="0.0.1",
|
|
6
|
+
description="Package name reserved for future use",
|
|
7
|
+
long_description="This package name is reserved for future development.",
|
|
8
|
+
long_description_content_type="text/plain",
|
|
9
|
+
author="Gor Arakelyan",
|
|
10
|
+
author_email="arakelyangor10@gmail.com",
|
|
11
|
+
url="https://github.com/gorarakelyan/virtuals-py",
|
|
12
|
+
py_modules=[],
|
|
13
|
+
classifiers=[
|
|
14
|
+
"Development Status :: 1 - Planning",
|
|
15
|
+
"Intended Audience :: Developers",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
],
|
|
18
|
+
python_requires=">=3.6",
|
|
19
|
+
)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: virtuals-py
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Package name reserved for future use
|
|
5
|
+
Home-page: https://github.com/gorarakelyan/virtuals-py
|
|
6
|
+
Author: Gor Arakelyan
|
|
7
|
+
Author-email: arakelyangor10@gmail.com
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.6
|
|
12
|
+
Description-Content-Type: text/plain
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: author-email
|
|
15
|
+
Dynamic: classifier
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: requires-python
|
|
20
|
+
Dynamic: summary
|
|
21
|
+
|
|
22
|
+
This package name is reserved for future development.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|