[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" ]