-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update docs, co-workers, pyproject.toml, remove typos Signed-off-by: Marcel Müller <[email protected]> * update CHANGELOG, make case more consistent Signed-off-by: Marcel Müller <[email protected]> * update mindlessgen.toml Signed-off-by: Marcel Müller <[email protected]> * align defaults Signed-off-by: Marcel Müller <[email protected]> * update reference default value Signed-off-by: Marcel Müller <[email protected]> * update tests Signed-off-by: Marcel Müller <[email protected]> * correct inconsistent boolean Signed-off-by: Marcel Müller <[email protected]> --------- Signed-off-by: Marcel Müller <[email protected]>
- Loading branch information
Showing
8 changed files
with
95 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,19 @@ build-backend = "setuptools.build_meta" | |
name = "mindlessgen" | ||
authors = [ | ||
{ name = "Marcel Müller", email = "[email protected]" }, | ||
{ name = "Jonathan Schöps", email = "[email protected]" }, | ||
] | ||
description = "Mindless Molecule GENerator" | ||
description = "Mindless Molecule Generator" | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
license = { file = "LICENSE.md" } | ||
classifiers = [ | ||
"License :: OSI Approved :: MIT License", | ||
"License :: OSI Approved :: Apache-2.0 License", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Topic :: Scientific/Engineering", | ||
"Typing :: Typed", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters