-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
560fa54
commit 1213977
Showing
2 changed files
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
[metadata] | ||
name = tardis | ||
author = TARDIS Collaboration | ||
author_email = [email protected] | ||
license = BSD 3-Clause | ||
license_file = licenses/LICENSE.rst | ||
url = https://tardis-sn.github.io/tardis | ||
description = TARDIS - Temperature And Radiative Diffusion In Supernovae | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
edit_on_github = False | ||
github_project = tardis-sn/tardis | ||
|
||
[options] | ||
zip_safe = False | ||
packages = find: | ||
|
@@ -75,4 +88,4 @@ exclude_lines = | |
[options.entry_points] | ||
console_scripts = | ||
cmfgen2tardis = tardis.scripts.cmfgen2tardis:main | ||
tardis_test_runner = tardis.tests.integration_tests.runner:run_tests | ||
tardis_test_runner = tardis.tests.integration_tests.runner:run_tests |