mantan 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.
mantan-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: mantan
3
+ Version: 0.0.1
4
+ Author-email: James Calo <jamesafcalo@gmail.com>
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3.12
7
+ Requires-Python: >=3.12
8
+ Description-Content-Type: text/x-rst
File without changes
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: mantan
3
+ Version: 0.0.1
4
+ Author-email: James Calo <jamesafcalo@gmail.com>
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3.12
7
+ Requires-Python: >=3.12
8
+ Description-Content-Type: text/x-rst
@@ -0,0 +1,6 @@
1
+ README.rst
2
+ pyproject.toml
3
+ mantan.egg-info/PKG-INFO
4
+ mantan.egg-info/SOURCES.txt
5
+ mantan.egg-info/dependency_links.txt
6
+ mantan.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,29 @@
1
+ [build-system]
2
+ requires = ["setuptools"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "mantan"
7
+ version = "0.0.1"
8
+ description = ""
9
+ readme = "README.rst"
10
+ requires-python = ">=3.12"
11
+ license = {file = "LICENSE"}
12
+ authors = [
13
+ {name = "James Calo", email = "jamesafcalo@gmail.com"},
14
+ ]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ # "Intended Audience :: ",
18
+ # "License :: OSI Approved :: "
19
+ "Programming Language :: Python :: 3.12",
20
+ ]
21
+
22
+ dependencies = [
23
+ # "numpy",
24
+ #'importlib-metadata; python_version<"3.8"',
25
+ ]
26
+
27
+ [tool.black]
28
+ preview = true
29
+
mantan-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+