feat(python-composition): added composition module interface
This commit is contained in:
@@ -12,5 +12,10 @@ version = "0.1.0" # Your project's version
|
||||
description = "Python interface for the 4DSSE C++ project"
|
||||
readme = "Readme.md"
|
||||
license = { file = "LICENSE.txt" } # Reference your license file [cite: 2]
|
||||
# Add authors, classifiers, URLs etc. as needed
|
||||
# See: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
|
||||
|
||||
authors = [
|
||||
{name = "Emily M. Boudreaux", email = "emily@boudreauxmail.com"},
|
||||
]
|
||||
maintainers = [
|
||||
{name = "Emily M. Boudreaux", email = "emily@boudreauxmail.com"}
|
||||
]
|
||||
Reference in New Issue
Block a user