solid-octo-fishstick 0.0.2__tar.gz → 0.0.4__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.
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solid_octo_fishstick
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Requires-Dist: numpy
@@ -1,3 +1,3 @@
1
- # solid-octo-fishstick
1
+ # solid_octo_fishstick
2
2
 
3
3
  A minimal example repository that can be pip installed, made for Code/Astro.
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "solid_octo_fishstick"
7
- version = "0.0.2"
7
+ version = "0.0.4"
8
8
 
9
9
  dependencies = [
10
10
  "numpy",
11
11
  ]
12
12
 
13
13
  [tool.setuptools]
14
- py-modules = ["solid_octo_fishstick"]
14
+ packages = ["solid_octo_fishstick"]
@@ -0,0 +1,2 @@
1
+ def run_a_function():
2
+ print("hi there")
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solid_octo_fishstick
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Requires-Dist: numpy
@@ -1,5 +1,7 @@
1
1
  README.md
2
2
  pyproject.toml
3
+ solid_octo_fishstick/__init__.py
4
+ solid_octo_fishstick/run_some_code.py
3
5
  solid_octo_fishstick.egg-info/PKG-INFO
4
6
  solid_octo_fishstick.egg-info/SOURCES.txt
5
7
  solid_octo_fishstick.egg-info/dependency_links.txt