Skip to content

Commit

Permalink
fixup! Add rmg.py as a module for binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkpayne committed Sep 5, 2019
1 parent b954bf1 commit 6ccdf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ccdf72

Please sign in to comment.