Skip to content

Commit

Permalink
revert auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Apr 1, 2024
1 parent f1ad092 commit 2c09952
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 401 deletions.
20 changes: 8 additions & 12 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "MDAnalysis"
dynamic = ['version', 'readme']
license = { file = "LICENSE" }
license = {file = "LICENSE"}
description = "An object-oriented toolkit to analyze molecular dynamics trajectories."
authors = [
{ name = 'MDAnalysis Development Team', email = 'mdanalysis@numfocus.org' },
{name = 'MDAnalysis Development Team', email = 'mdanalysis@numfocus.org'}
]
maintainers = [
{ name = 'MDAnalysis Core Developers', email = 'mdanalysis@numfocus.org' },
{name = 'MDAnalysis Core Developers', email = 'mdanalysis@numfocus.org'}
]
requires-python = ">=3.10"
dependencies = [
Expand All @@ -47,14 +47,8 @@ dependencies = [
'mdahole2',
]
keywords = [
"python",
"science",
"chemistry",
"biophysics",
"molecular-dynamics",
"computational-chemistry",
"molecular-simulation",
"analysis",
"python", "science", "chemistry", "biophysics", "molecular-dynamics",
"computational-chemistry", "molecular-simulation", "analysis",
"trajectory-analysis",
]
classifiers = [
Expand Down Expand Up @@ -123,4 +117,6 @@ zip-safe = false
find = {}

[tool.setuptools.package-data]
MDAnalysis = ['analysis/data/*.npy']
MDAnalysis = [
'analysis/data/*.npy',
]
Loading

0 comments on commit 2c09952

Please sign in to comment.