broodly 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.
Files changed (2) hide show
  1. broodly-0.0.1/PKG-INFO +15 -0
  2. broodly-0.0.1/setup.py +2 -0
broodly-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.1
2
+ Name: broodly
3
+ Version: 0.0.1
4
+ Summary: Reserved name for the broodly project. Placeholder release; no functionality yet. https://broodly.app
5
+ Home-page: https://broodly.app
6
+ License: MIT
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+
11
+ # broodly
12
+
13
+ Reserved name for the broodly project. Placeholder release; no functionality yet. https://broodly.app
14
+
15
+ This is a placeholder release reserving the name. It has no functionality yet and will be replaced by the real package.
broodly-0.0.1/setup.py ADDED
@@ -0,0 +1,2 @@
1
+ from setuptools import setup
2
+ setup(name='broodly', version='0.0.1')