-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
0993514
commit d2a5d2a
Showing
4 changed files
with
13 additions
and
4 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
Binary file not shown.
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,2 +1,10 @@ | ||
[metadata] | ||
description-file = README.md | ||
|
||
[build_sphinx] | ||
source-dir = doc/source | ||
build-dir = ../Onsager-docs | ||
all_files = 1 | ||
|
||
[upload_sphinx] | ||
upload-dir = ../Onsager-docs |
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 |
---|---|---|
|
@@ -18,19 +18,20 @@ def my_test_suite(): | |
setup( | ||
name = 'onsager', | ||
packages = ['onsager'], | ||
version = '1.2.3', | ||
version = '1.2.4', | ||
description = 'A package to compute Onsager coefficients for vacancy-mediated diffusion and interstitial elastodiffusion tensors', | ||
long_description=long_description, | ||
author = 'Dallas R. Trinkle', | ||
author_email = '[email protected]', | ||
license='MIT', # LICENSE.txt | ||
url = 'https://github.com/DallasTrinkle/onsager', # use the URL to the github repo | ||
download_url = 'https://github.com/DallasTrinkle/onsager/tarball/v1.2.3', # for when we upload | ||
download_url = 'https://github.com/DallasTrinkle/onsager/tarball/v1.2.4', # for when we upload | ||
keywords = ['diffusion', 'elastodiffusion', 'mass transport', | ||
'Onsager coefficients', 'transport coefficieints'], | ||
package_data = { | ||
'onsager': ['onsager/*.pl'] | ||
}, | ||
include_package_data = True, | ||
classifiers=[ | ||
# How mature is this project? Common values are | ||
# 3 - Alpha | ||
|