From 6ccdf7294894f4f17209c35a382966002b0351c5 Mon Sep 17 00:00:00 2001 From: Mark Payne Date: Thu, 5 Sep 2019 10:54:16 -0400 Subject: [PATCH] fixup! Add rmg.py as a module for binary builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 596528416da..a11dca6b8a5 100644 --- a/setup.py +++ b/setup.py @@ -218,7 +218,7 @@ 'testing/databaseTest.py', ] -modules = ['rmg.py'] +modules = ['rmg'] for root, dirs, files in os.walk('rmgpy'): if 'test_data' in root: continue