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 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,3 @@
1
+ # Pybevy
2
+
3
+ Placeholder for a project.
@@ -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
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
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,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/pybevy/__init__.py
4
+ src/pybevy.egg-info/PKG-INFO
5
+ src/pybevy.egg-info/SOURCES.txt
6
+ src/pybevy.egg-info/dependency_links.txt
7
+ src/pybevy.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pybevy