aboutsummaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-12 22:40:55 -0700
committerMicah Lee <micah@micahflee.com>2020-10-12 22:40:55 -0700
commitf4abcf1be9122a28005dc3e0949bf5952192e982 (patch)
tree0c6fdb71401ac294403fe87730ef6a73b0d7498a /docs/pyproject.toml
parentb81a55f546ffaf00586e43cdc279b967da096e4f (diff)
downloadonionshare-f4abcf1be9122a28005dc3e0949bf5952192e982.tar.gz
onionshare-f4abcf1be9122a28005dc3e0949bf5952192e982.zip
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
deleted file mode 100644
index 9cc7bcc2..00000000
--- a/docs/pyproject.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[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"