-
Notifications
You must be signed in to change notification settings - Fork 33
Cleanup package building #1384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Cleanup package building #1384
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0c6ffd6
Cleanup package building
dweindl b41fe67
fixup
dweindl db457b0
build
dweindl 7c702f1
build sdist
dweindl 0e9f172
CI: Fix doxygen
dweindl 04965be
Merge branch 'fix_doxygen' into cleanup_setup
dweindl 3ee05da
Use setup.cfg
dweindl 15e8f4c
Merge branch 'develop' into cleanup_setup
8620da1
numpy now handled via PEP517 build-system requirement
dweindl dc0a1a1
Fix sdist from cmake
dweindl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [build-system] | ||
| requires = ["setuptools>=40.6.3", "wheel", "numpy"] | ||
| build-backend = "setuptools.build_meta" | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| [metadata] | ||
| name = amici | ||
| description = Advanced multi-language Interface to CVODES and IDAS | ||
| version = file: amici/version.txt | ||
| license = BSD 3-Clause License | ||
| url = https://github.com/AMICI-dev/AMICI | ||
| keywords = differential equations, simulation, ode, cvodes, systems biology, sensitivity analysis, sbml, pysb, petab | ||
| author = Fabian Froehlich, Jan Hasenauer, Daniel Weindl and Paul Stapor | ||
| author_email = fabian_froehlich@hms.harvard.edu | ||
| project_urls = | ||
| Bug Reports = https://github.com/AMICI-dev/AMICI/issues | ||
| Source = https://github.com/AMICI-dev/AMICI | ||
| Documentation = https://amici.readthedocs.io/en/latest/ | ||
| classifiers = | ||
| Development Status :: 5 - Production/Stable | ||
| Intended Audience :: Science/Research | ||
| License :: OSI Approved :: BSD License | ||
| Operating System :: POSIX :: Linux | ||
| Operating System :: MacOS :: MacOS X | ||
| Programming Language :: Python | ||
| Programming Language :: C++ | ||
| Topic :: Scientific/Engineering :: Bio-Informatics | ||
|
|
||
| [options] | ||
| packages = find: | ||
| package_dir = | ||
| amici = amici | ||
| python_requires = >=3.6 | ||
| install_requires = | ||
| sympy>=1.7.1 | ||
| python-libsbml | ||
| h5py | ||
| pandas | ||
| pkgconfig | ||
| wurlitzer | ||
| toposort | ||
| include_package_data = True | ||
| zip_safe = False | ||
|
|
||
| [options.extras_require] | ||
| petab = petab>=0.1.11 | ||
| pysb = pysb>=1.11.0 | ||
|
|
||
| [options.package_data] | ||
| amici = | ||
| amici/include/amici/* | ||
| src/*template* | ||
| swig/* | ||
| libs/* | ||
| setup.py.template | ||
|
|
||
| [options.exclude_package_data] | ||
| * = | ||
| README.txt | ||
|
|
||
|
|
||
| [options.entry_points] | ||
|
|
||
| ; amici_import_petab.py is kept for backwards compatibility | ||
| console_scripts = | ||
| amici_import_petab = amici.petab_import:main | ||
| amici_import_petab.py = amici.petab_import:main |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.