Skip to content

Commit

Permalink
Add a pyproject.toml, just for grins
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas FitzRoy-Dale committed Jun 22, 2024
1 parent c97743e commit 1886e05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[project]
name = "RIME"
version = "0.0.1"
authors = [
{name = "RIME authors"},
]
description = "RIME is an application for viewing and subsetting mobile device data"
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.10"

[tool.setuptools.packages.find]
include = ["rime", "rime.*"]

[project.urls]
homepage = "https://github.com/horizon-institute/rime"

0 comments on commit 1886e05

Please sign in to comment.