Skip to content

Commit

Permalink
snap: move to sweetpotato2
Browse files Browse the repository at this point in the history
  • Loading branch information
Exr0n committed Jul 18, 2024
1 parent 55126d3 commit ba36be1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "freeflow"
version = "0.0.1"
authors = [
{ name="Exr0n", email="hi@exr0n.com" },
]
description = "A small example package"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/Exr0nProjects/freeflow"
"Bug Tracker" = "https://github.com/Exr0nProjects/freeflow/issues"
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# other implementations
## that i would actually use
- nushell.sh
- https://pypi.org/project/pipeop (only requires decorator on outer fn)
## others
- https://github.com/ForeverWintr/metafunctions: requires decorator. but it has cool +/- stuff too

0 comments on commit ba36be1

Please sign in to comment.