Skip to content

Commit

Permalink
cleanup setup stuff (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 authored Nov 10, 2024
1 parent 80b6dde commit 54c050a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 49 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ description = "A Python implementation of functionality used in https://neofood.
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
classifiers=[
"Programming Language :: Rust",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]

[build-system]
requires = ["maturin>=1.0,<2.0"]
Expand Down
49 changes: 0 additions & 49 deletions setup.py

This file was deleted.

0 comments on commit 54c050a

Please sign in to comment.