Skip to content

Commit 9565c44

Browse files
committed
re-add setup.py file
has accidently been removed in !11
1 parent e6cfdca commit 9565c44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
"""Setup script for the psy-reg package."""
6+
import versioneer
7+
from setuptools import setup
8+
9+
setup(
10+
version=versioneer.get_version(),
11+
cmdclass=versioneer.get_cmdclass(),
12+
)

0 commit comments

Comments
 (0)