Skip to content

Commit 4fe23f6

Browse files
authored
Use setuptools instead of distutils (#123)
1 parent a8f467b commit 4fe23f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
from distutils.core import setup
2-
from distutils.extension import Extension
1+
from setuptools import setup, Extension
32
import os
4-
import sys
53
import platform
64

75
openmm_dir = '@OPENMM_DIR@'

0 commit comments

Comments
 (0)