Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinvill committed Aug 2, 2023
2 parents 6e533d8 + b621f66 commit 5829a06
Showing 1 changed file with 22 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 @@
[project]
name = "distributedlock"
version = "0.0.1"
authors = [
{ name="Mark Linvill", email="[email protected]" },
]
description = "A trivial distributed write lock implementation"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/mlinvill/distributedlock"
"Bug Tracker" = "https://github.com/mlinvill/distributedlock/issues"

[build-system]
requires = ["hatchling", "click", "python-dotenv", "rich", "pysyncobj"]
build-backend = "hatchling.build"

0 comments on commit 5829a06

Please sign in to comment.