diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..ef21d9df8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,8 @@ +[project] +name = "stregsystemet" +version = "v2.6.5" +authors = [ + { name = "FIT" } +] +license = { text = "THE LIMFJORDS-PORTER-WARE LICENSE" } +requires-python = ">=3.10" diff --git a/setup.py b/setup.py deleted file mode 100644 index 2ec7fdc9d..000000000 --- a/setup.py +++ /dev/null @@ -1,8 +0,0 @@ -from distutils.core import setup - -setup( - name='Stregsystemet', - version='0.1', - author='FIT', - license='THE LIMFJORDS-PORTER-WARE LICENSE', -)