diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e65a18f57d01b86ad065461feb644b16d38989c0
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=46.0", "wheel"]
+build-backend = "setuptools.build_meta"
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 9fed948994cb37ae6287ca135e97d486782d90e6..7132256a456d2d7313dea3548898b8db8401c0d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,15 +1,15 @@
 [metadata]
-name = mrdna
-version = file: mrdna/RELEASE-VERSION
-description = Multi-resolution DNA simulations
+name = arbdmodel
+version = file: arbdmodel/RELEASE-VERSION
+description = ARBD simulation interface
 long_description = file: README.md
 long_description_content_type = text/markdown
 
 author = Christopher Maffeo
 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 =
-    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_file = LICENSE
@@ -25,7 +25,7 @@ packages = find:
 install_requires =
     numpy>=1.14
     scipy>=1.1
-    appdirs>=1.4
     mdanalysis>=2.0.0
+    appdirs>=1.4
 python_requires = >=3.5
 zip_safe = no