Skip to content

Commit

Permalink
rely on pyproject.toml for authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Feb 28, 2024
1 parent 56933b7 commit 32bea04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sc_supertree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
"""

__all__ = ["load_trees", "construct_supertree"]
__author__ = "Robert McArthur"
__copyright__ = "Copyright 2024, Robert McArthur"
__credits__ = ["Robert McArthur"]
__license__ = "BSD"
__version__ = "2024.2.28"
__maintainer__ = "Robert McArthur"
__status__ = "Production"

import os

Expand Down

0 comments on commit 32bea04

Please sign in to comment.