Skip to content

Commit 42cd4f3

Browse files
committed
bump to 1.0, add keywords
1 parent 22802f5 commit 42cd4f3

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

pyproject.toml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
[project]
22
name = "chordnet"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
license = "MIT"
55
license-files = ["LICENSE"]
66
description = "Implementation of the chord peer-to-peer networking protocol, introduced by Stoica et al."
77
readme = "README.md"
88
authors = [
99
{ name = "Jack Lowrie" }
1010
]
11+
keywords = [
12+
"Chord",
13+
"Chord protocol",
14+
"distributed systems",
15+
"peer-to-peer",
16+
"P2P",
17+
"hash table",
18+
"lookup",
19+
"scalability",
20+
"Python",
21+
"networking",
22+
"decentralized",
23+
"routing",
24+
"overlay network",
25+
"distributed hash table",
26+
"DHT"
27+
]
1128
classifiers = [
1229
# How mature is this project? Common values are
1330
# 1 - Planning
@@ -16,7 +33,7 @@ classifiers = [
1633
# 4 - Beta
1734
# 5 - Production/Stable
1835
# 7 - Inactive
19-
"Development Status :: 2 - Pre-Alpha",
36+
"Development Status :: 3 - Alpha",
2037

2138
# Indicate who your project is intended for
2239
"Intended Audience :: Developers",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)