Skip to content

Commit

Permalink
Add python version and classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
user27182 authored Jan 9, 2024
2 parents dc507e4 + c9f11e6 commit 6dfcdd1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
[project]

name = "npt-promote"
version = "0.1"
dependencies = [
"mypy", "numpy>=1.21"
]
requires-python = '>=3.8'
keywords = ["mypy", "typing", "numpy"]
license = { file = "LICENSE" }
license = {text = 'MIT'}
readme = "README.md"
classifiers = [
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Information Analysis',
'License :: OSI Approved :: MIT License',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: MacOS',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]

[project.urls]
Homepage = "https://github.com/pyvista/npt-promote"
Expand Down

0 comments on commit 6dfcdd1

Please sign in to comment.