From 78ea4a2c7efeeffdbc78cb22ef09998fb8b8ef08 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 18 Mar 2026 23:34:11 +0000 Subject: Initial commit --- pyproject.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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 -- cgit 1.4.1