Skip to content

Commit

Permalink
DOC: add classifiers to pyproject.toml, bump license (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored Mar 16, 2022
1 parent 3c22776 commit c7d8c05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7d8c05

Please sign in to comment.