[project] name = "map.node5.net" version = "0.1.0" description = "Flask project to host map.node5.net map" # define any Python dependencies dependencies = [ "Flask~=3.0", "PyYAML~=6.0", "psycopg~=3.1", ] # define the CLI executable # Here, we define the entry point to be the 'main()' function in the module 'app/main.py' [project.scripts] node5-map = "map_node5_net:main"