-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from open-forcefield-group/updatesmirnoff
rename to smirnoff and add changes in smarty pull request
- Loading branch information
Showing
6 changed files
with
196 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
recursive-include smirff99Frosst * | ||
recursive-include smirnoff99Frosst * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
Setup script to install the smirff99Frosst.ffxml as a python package | ||
Setup script to install the smirnoff99Frosst.ffxml as a python package | ||
""" | ||
|
||
import sys,os | ||
|
@@ -12,19 +12,19 @@ | |
print() | ||
|
||
descr = """ | ||
This provides the first general-purpose implementation of a Smirks Force Field (SMIRFF) as implemented by SMARTY and its ForceField class (in smarty.forcefield) for parameterizing small molecules for OpenMM. | ||
This provides the first general-purpose implementation of a SMIRKS Native Open Force Field (SMIRNOFF) as implemented by SMARTY and its ForceField class (in smarty.forcefield) for parameterizing small molecules for OpenMM. | ||
""" | ||
|
||
setup( | ||
name = 'smirff99frosst', | ||
name = 'smirnoff99frosst', | ||
version = '1.0.5', | ||
description = 'SMIRNOFF Forcefield parameters', | ||
long_description = descr, | ||
url = 'https://github.com/open-forcefield-group/smirff99Frosst', | ||
url = 'https://github.com/open-forcefield-group/smirnoff99Frosst', | ||
author = 'Christopher I. Bayly, Caitlin C. Bannan, David L. Mobley', | ||
author_email = '[email protected]', | ||
license = 'MIT', | ||
platforms = ['Linux-64', 'Mac OSX-64', 'Unix-64'], | ||
packages = find_packages()+['smirff99frosst'], | ||
packages = find_packages()+['smirnoff99frosst'], | ||
include_package_data = True | ||
) |
File renamed without changes.
Oops, something went wrong.