Skip to content

Commit 5184a81

Browse files
committed
Fix publish CI configs
1 parent c141baa commit 5184a81

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

python/package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "@platformatic/python",
3+
"version": "0.0.1",
4+
"description": "Integration of Python with Wattpm",
5+
"homepage": "https://github.com/platformatic/python#readme",
6+
"license": "Apache-2.0",
7+
"author": "Platformatic Inc. <[email protected]> (https://platformatic.dev)",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/platformatic/python.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/platformatic/python/issues"
14+
},
15+
"keywords": [
16+
"wattpm",
17+
"thread",
18+
"python"
19+
],
20+
"publishConfig": {
21+
"registry": "https://registry.npmjs.org/",
22+
"access": "restricted",
23+
"scope": "@platformatic"
24+
}
25+
}

0 commit comments

Comments
 (0)