Skip to content

Commit 905af80

Browse files
committed
metadata for client and core
1 parent 498c0d8 commit 905af80

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

core/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Fastcomments-python
2+
3+
Utilities to interact with the FastComments python client, particularly for Single Sign-On (SSO) functionality.
4+
5+
# Examples
6+
7+
see `examples/`

core/pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[project]
2+
name = "fastcomments-core"
3+
version = "0.0.1"
4+
authors = ["FastComments"]
5+
description = "Fastcomments python core for SSO and client interaction"
6+
readme = "README.md"
7+
requires-python = ">=3.9"
8+
classifiers = [
9+
"Programming Language :: Python :: 3",
10+
"Operating System :: OS Independent",
11+
]
12+
license = "MIT"
13+
license-files = ["LICEN[CS]E*"]
14+
15+
[project.urls]
16+
Homepage = "https://github.com/FastComments/fastcomments-python"
17+
Issues = "https://github.com/FastComments/fastcomments-python/issues"

0 commit comments

Comments
 (0)