pybevy 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.
- pybevy-0.0.1/PKG-INFO +12 -0
- pybevy-0.0.1/README.md +3 -0
- pybevy-0.0.1/pyproject.toml +12 -0
- pybevy-0.0.1/setup.cfg +4 -0
- pybevy-0.0.1/src/pybevy/__init__.py +0 -0
- pybevy-0.0.1/src/pybevy.egg-info/PKG-INFO +12 -0
- pybevy-0.0.1/src/pybevy.egg-info/SOURCES.txt +7 -0
- pybevy-0.0.1/src/pybevy.egg-info/dependency_links.txt +1 -0
- pybevy-0.0.1/src/pybevy.egg-info/top_level.txt +1 -0
pybevy-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pybevy
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for a project
|
|
5
|
+
Author-email: PyBevy <info@pybevy.com>
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Pybevy
|
|
11
|
+
|
|
12
|
+
Placeholder for a project.
|
pybevy-0.0.1/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=80.9"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "pybevy"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
authors = [ { name="PyBevy", email="info@pybevy.com" } ]
|
|
9
|
+
description = "Placeholder for a project"
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
requires-python = ">=3.8"
|
|
12
|
+
classifiers = ["Programming Language :: Python :: 3"]
|
pybevy-0.0.1/setup.cfg
ADDED
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pybevy
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for a project
|
|
5
|
+
Author-email: PyBevy <info@pybevy.com>
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Pybevy
|
|
11
|
+
|
|
12
|
+
Placeholder for a project.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pybevy
|