-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove ah submodule * re-render setup.cfg * remove get_package_data functions * remove ah submodule (2) * remove ez_setup.py * re-render setup.py * update pyproject.toml * re-render .gitignore * re-render MANIFEST.in * add tox.ini * re-render _astropy_init.py * update __init__.py * update conftest.py * add licenses folder * add license section to readme * re-render docs cfg * comment out __githash__ imports * remove plasma setup_package.py * disable doctests * re apply black format * fix author name * add required dependency * first round of changes to conf.py * add jaladh changes to conf.py * changes to doc workflows [build_docs] * add atharva patch * fix layout * include package data [build_docs] * add missing nbsphinx config * more changes to conf.py [build_docs] * minor changes * add entry points * black format script * minor changes * add support for CalVer :) * comment out calver cfg * fix typo * minor changes * consistent use of quotes in conf.py * fix copyright [build_docs] * remove obsolete .nojekyll from docs folder * fix year in license * add comment about missing __githash__ * [build_docs]
- Loading branch information
Showing
35 changed files
with
670 additions
and
2,115 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
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 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 |
---|---|---|
@@ -1,26 +1,16 @@ | ||
include README.rst | ||
include CHANGES.rst | ||
|
||
include ez_setup.py | ||
include ah_bootstrap.py | ||
include setup.cfg | ||
include LICENSE.rst | ||
include pyproject.toml | ||
|
||
recursive-include *.pyx *.c *.pxd *.h | ||
recursive-include tardis/montecarlo/src *.h *.c | ||
recursive-include tardis/io/schemas *.yml | ||
recursive-include tardis/data * | ||
recursive-include tardis *.pyx *.c *.pxd | ||
recursive-include docs * | ||
recursive-include licenses * | ||
recursive-include cextern * | ||
recursive-include scripts * | ||
|
||
prune build | ||
prune docs/_build | ||
prune docs/api | ||
|
||
recursive-include astropy_helpers * | ||
recursive-include astropy_helpers/astropy_helpers.egg-info * | ||
exclude astropy_helpers/.git | ||
exclude astropy_helpers/.gitignore | ||
|
||
global-exclude *.pyc *.o |
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
Oops, something went wrong.