about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorArun Isaac2026-03-18 23:34:11 +0000
committerArun Isaac2026-03-19 00:21:27 +0000
commit78ea4a2c7efeeffdbc78cb22ef09998fb8b8ef08 (patch)
tree86990f5c6d2adbdfdc7e537c978c747526275c8f /pyproject.toml
downloadmeetfree-78ea4a2c7efeeffdbc78cb22ef09998fb8b8ef08.tar.gz
meetfree-78ea4a2c7efeeffdbc78cb22ef09998fb8b8ef08.tar.lz
meetfree-78ea4a2c7efeeffdbc78cb22ef09998fb8b8ef08.zip
Initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..8669445
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,25 @@
+[build-system]
+requires = ["flit_core >=3.11,<4"]
+build-backend = "flit_core.buildapi"
+
+[project]
+name = "meetfree"
+version = "0.1.0"
+authors = [
+  { name="Arun Isaac", email="arunisaac@systemreboot.net" }
+]
+description = "iCalendar and Atom feeds for meetup.com"
+readme = "README.md"
+classifiers = [
+  "Programming Language :: Python :: 3",
+  "Operating System :: OS Independent"
+]
+license = {file = "UNLICENSE"}
+dependencies = [
+  "bottle",
+  "feedgen",
+  "icalendar",
+  "justhtml",
+  "markdown",
+  "requests"
+]
\ No newline at end of file