[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "sms-graph-builder" version = "2023.6" description = "A package for building propositional encodings of graphs. Contains several pre-defined encodings, as well as the ability to specify user-defined constraints." authors = [ {name = "Markus Kirchweger", email = "markus.kirchweger@ac.tuwien.ac.at"}, {name = "Tomáš Peitl", email = "peitl@ac.tuwien.ac.at"}, {name = "Manfred Scheucher", email = "scheucher@math.tu-berlin.de"}, ] keywords = ["graphs", "propositional formula", "encoding", "SAT", "CNF"] [project.urls] #Documentation = "https://sat-modulo-symmetries.readthedocs.io/" #Repository = "https://github.com/markirch/sat-modulo-symmetries" [tool.setuptools] packages = ["pysms"]