Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit cd9fa72

Browse files
authored
Fix classifiers, remove old Dockerfile (#9)
1 parent e41779d commit cd9fa72

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

ci/manylinux2014_boost/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ dynamic = ["version"]
1010

1111
classifiers = [
1212
"Development Status :: 3 - Alpha",
13-
"Programming Language :: C++14",
13+
"Programming Language :: C++",
1414
"Programming Language :: Python",
15-
"Programming Language :: Python :: 3.6",
16-
"Framework :: Boost",
17-
"Framework :: PyBind11",
1815
"Topic :: Scientific/Engineering",
19-
"License :: Other/Proprietary License",
16+
"License :: OSI Approved :: Apache Software License",
2017
]
2118
requires-python = ">=3.9"
2219
dependencies = ["numpy>=1.13.1",

0 commit comments

Comments
 (0)