Skip to content

Commit 37c510e

Browse files
authored
License.
1 parent fc96cf5 commit 37c510e

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2024, Marcel Rieger
1+
Copyright (c) 2017-2025, Marcel Rieger
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ dependencies = {file = ["requirements.txt"]}
5454
optional-dependencies = {dev = {file = ["requirements_dev.txt"]}, docs = {file = ["requirements_docs.txt"]}}
5555

5656

57-
[tool.setuptools]
58-
59-
include-package-data = false
60-
61-
6257
[tool.setuptools.packages.find]
6358

6459
include = ["scinum"]

scinum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import annotations
99

1010
__author__ = "Marcel Rieger"
11-
__copyright__ = "Copyright 2017-2024, Marcel Rieger"
11+
__copyright__ = "Copyright 2017-2025, Marcel Rieger"
1212
__credits__ = ["Marcel Rieger"]
1313
__contact__ = "https://github.com/riga/scinum"
1414
__license__ = "BSD-3-Clause"

scinum/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)