[project] name = "spam" version = "2023.0.0" description = "Lovely Spam! Wonderful Spam!" readme = "README.md" requires-python = ">=3.7" license = {file = "LICENSE.txt"} keywords = ["SCADA", "mipt"] authors = [ {email = "tambovtsev.io@phystech.edu"}, {name = "Ilia Tambovtsev"} ] classifiers = [ "Programming Language :: Python" ] dependencies = [ "numpy", "scipy" ] [project.optional-dependencies] test = [ "pytest < 5.0.0", ] [project.urls] repository = "https://git.sciprog.center/tambovtsev.io/advanced-python-homework-2023"