Skip to content

Commit cda45c9

Browse files
committed
Remove duplicated information in conf.py and top level __init__.py. Ideally all information should come from pyproject.toml
1 parent 32c9672 commit cda45c9

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

docs/conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "HuracanPy"
10-
copyright = "2024, Stella Bourdin, Leo Saffin, Kelvin Ng"
11-
author = "Stella Bourdin, Leo Saffin, Kelvin Ng"
1210

1311
# -- General configuration ---------------------------------------------------
1412
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

huracanpy/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""huracanpy - A python package for working with various forms of feature tracking data"""
22

3-
__version__ = "0.1.0"
4-
__author__ = "Leo Saffin <[email protected]>, Stella Bourdin <[email protected]>, Kelvin Ng "
53
__all__ = [
64
# Modules
75
"calc",

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "1.0-beta2"
44
authors = [
55
{ name="Leo Saffin", email="[email protected]" },
66
{ name="Stella Bourdin", email="[email protected]" },
7-
{ name="Kelvin Ng" },
87
]
98
description = "A python package for working with various forms of feature tracking data"
109
requires-python = ">=3.8, <3.13"

0 commit comments

Comments
 (0)