-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e998bc
commit fc41aab
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ project may be further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at '[email protected]'. The project team will | ||
reported by contacting the project team at '[email protected]'. The project team will | ||
review and investigate all complaints, and will respond in a way that it deems | ||
appropriate to the circumstances. The project team is obligated to maintain | ||
confidentiality with regard to the reporter of an incident. Further details of | ||
|
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 |
---|---|---|
|
@@ -12,10 +12,10 @@ name = "mdaencore" | |
description = "Ensemble overlap comparison software for molecular data." | ||
license = {file = "LICENSE" } | ||
authors = [ | ||
{name = "MDAnalysis", email = "[email protected]"}, | ||
{name = "MDAnalysis", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name = "MDAnalysis", email = "[email protected]"}, | ||
{name = "MDAnalysis", email = "[email protected]"}, | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
|
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 |
---|---|---|
|
@@ -102,7 +102,7 @@ def extensions(debug=False, use_cython=True): | |
# Self-descriptive entries which should always be present | ||
name='mdaencore', | ||
author='MDAnalysis', | ||
author_email='[email protected]', | ||
author_email='[email protected]', | ||
description=short_description, | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|