Skip to content

Commit

Permalink
Add goldpy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Nov 28, 2024
1 parent 95f8b2a commit ac2a48d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions goldpy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GoldPy

More info coming.
6 changes: 3 additions & 3 deletions goldpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = ["maturin>=0.13,<0.14"]
build-backend = "maturin"

[project]
dynamic = ["version"]
name = "goldpy"
requires-python = ">=3.7"
requires-python = ">=3.9"
readme = "README.md"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]


0 comments on commit ac2a48d

Please sign in to comment.