From c7d8c05032e6832e2efe3befcc907c7ce246506a Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Wed, 16 Mar 2022 11:13:08 +0100 Subject: [PATCH] DOC: add classifiers to pyproject.toml, bump license (#38) --- LICENSE | 2 +- pyproject.toml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a145970..5cd59cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Fabian Gebhart +Copyright (c) 2022 Fabian Gebhart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 48dad1b..548f802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,15 @@ description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/mapa" readme = "README.md" +classifiers = [ + "License :: OSI Approved :: MIT License", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS", + "Programming Language :: Python", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", +] [tool.poetry.dependencies] python = ">=3.8,<3.11"