Skip to content

Commit

Permalink
Use setuptools instead of distutils (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman authored Oct 3, 2023
1 parent a8f467b commit 4fe23f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from distutils.core import setup
from distutils.extension import Extension
from setuptools import setup, Extension
import os
import sys
import platform

openmm_dir = '@OPENMM_DIR@'
Expand Down

0 comments on commit 4fe23f6

Please sign in to comment.