aboutsummaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-13 17:28:54 -0700
committerMicah Lee <micah@micahflee.com>2020-10-13 17:28:54 -0700
commitb42f92d714145dcc6282773e61f68c00b4b79a28 (patch)
treeee4443ab3c5300db279a3cf0686380074d98c973 /docs/pyproject.toml
parentf4abcf1be9122a28005dc3e0949bf5952192e982 (diff)
downloadonionshare-b42f92d714145dcc6282773e61f68c00b4b79a28.tar.gz
onionshare-b42f92d714145dcc6282773e61f68c00b4b79a28.zip
Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
new file mode 100644
index 00000000..9cc7bcc2
--- /dev/null
+++ b/docs/pyproject.toml
@@ -0,0 +1,17 @@
+[tool.poetry]
+name = "onionshare-docs"
+version = "0.1.0"
+description = ""
+authors = ["Micah Lee <micah@micahflee.com>"]
+
+[tool.poetry.dependencies]
+python = "~3.6"
+sphinx = "^3.2.1"
+sphinx-rtd-theme = "^0.5.0"
+sphinx-intl = "^2.0.1"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"