Skip to content

Commit 1a88dbb

Browse files
authored
Setup first release of Reaper and Publisher Command Center (#44)
* Setup initial release of Reaper * Setup initial release of publisher-command-center
1 parent 540dc80 commit 1a88dbb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

extensions/publisher-command-center/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"package_file": "requirements.txt"
1212
}
1313
},
14+
"environment": {
15+
"python": {
16+
"requires": ">=3.8, <4"
17+
}
18+
},
1419
"packages": {},
1520
"files": {
1621
"app.py": {
@@ -58,6 +63,6 @@
5863
"title": "Publisher Command Center",
5964
"description": "A dashboard for publishers to help manage and track their content",
6065
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/publisher-command-center",
61-
"version": "0.0.0"
66+
"version": "0.0.1"
6267
}
6368
}

extensions/reaper/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"package_file": "requirements.txt"
1414
}
1515
},
16+
"environment": {
17+
"python": {
18+
"requires": ">=3.8, <4"
19+
}
20+
},
1621
"files": {
1722
"requirements.txt": {
1823
"checksum": "969fde50a8798a04a638e60adbae9ba7"
@@ -29,6 +34,6 @@
2934
"title": "Reaper",
3035
"description": "A view to a kill.",
3136
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper",
32-
"version": "0.0.0"
37+
"version": "0.0.1"
3338
}
3439
}

0 commit comments

Comments
 (0)