Skip to content
Snippets Groups Projects
Commit c3fc9b49 authored by cmaffeo2's avatar cmaffeo2
Browse files

Fix setup script

parent 63761a8b
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = ["setuptools>=46.0", "wheel"]
build-backend = "setuptools.build_meta"
\ No newline at end of file
[metadata] [metadata]
name = mrdna name = arbdmodel
version = file: mrdna/RELEASE-VERSION version = file: arbdmodel/RELEASE-VERSION
description = Multi-resolution DNA simulations description = ARBD simulation interface
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown
author = Christopher Maffeo author = Christopher Maffeo
author_email = cmaffeo2@illinois.edu author_email = cmaffeo2@illinois.edu
url = https://gitlab.engr.illinois.edu/tbgl/tools/mrdna, url = https://gitlab.engr.illinois.edu/tbgl/tools/arbdmodel,
project_urls = project_urls =
gitlab repository = https://gitlab.engr.illinois.edu/tbgl/tools/mrdna, gitlab repository = https://gitlab.engr.illinois.edu/tbgl/tools/arbdmodel,
license = University of Illinois Open Source License license = University of Illinois Open Source License
license_file = LICENSE license_file = LICENSE
...@@ -25,7 +25,7 @@ packages = find: ...@@ -25,7 +25,7 @@ packages = find:
install_requires = install_requires =
numpy>=1.14 numpy>=1.14
scipy>=1.1 scipy>=1.1
appdirs>=1.4
mdanalysis>=2.0.0 mdanalysis>=2.0.0
appdirs>=1.4
python_requires = >=3.5 python_requires = >=3.5
zip_safe = no zip_safe = no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment