-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
521 additions
and
831 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,21 +1,15 @@ | ||
# Getting Support | ||
|
||
aqme offers the following support channels: | ||
AQME offers the following support channels: | ||
|
||
- For detailed questions (e.g., those requiring examples) send us an | ||
[email](mailto:patonlab@colostate.edu?subject=[aqme]) | ||
[email](mailto:[email protected]?subject=[aqme]) or [email](mailto:svss@colostate.edu?subject=[aqme]) | ||
- To report issues, use this repository's | ||
[issue tracker](https://github.com/bobbypaton/aqme/issues/new) | ||
- You can also find us on [![Twitter][1.2]][1] | ||
[issue tracker](https://github.com/jvalegre/aqme/issues/new) | ||
|
||
When reporting an issue, please include the following details: | ||
|
||
- A narrative description of what you are trying to accomplish. | ||
- The minimum code necessary to reproduce the issue. | ||
- The expected results of exercising that code. | ||
- The actual results received. | ||
|
||
You may also submit a failing test case as a pull request. | ||
|
||
[1.2]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding) | ||
[1]: https://twitter.com/bobbyoaton |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
name='aqme', | ||
packages=find_packages(exclude=['tests']), | ||
package_data={'aqme': ['templates/*']}, | ||
version='1.0.0', | ||
version='0.0', | ||
license='MIT', | ||
description='Automated Quantum Mechanical Environments', | ||
long_description='Automated Quantum Mechanical Environments', | ||
|
@@ -20,7 +20,7 @@ | |
author_email='[email protected], [email protected]', | ||
keywords=['workflows','computational chemistry','conformational sampling','cheminformatics','quantum mechanics','DFT','automated'], | ||
url = 'https://github.com/jvalegre/aqme', | ||
download_url = 'https://github.com/jvalegre/aqme/archive/refs/tags/1.0.0.tar.gz', | ||
download_url = 'https://github.com/jvalegre/aqme/archive/refs/tags/0.0.tar.gz', | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package | ||
'Intended Audience :: Developers', # Define that your audience are developers | ||
|
This file was deleted.
Oops, something went wrong.