We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665cec2 commit 03e9cfaCopy full SHA for 03e9cfa
pyproject.toml
@@ -3,8 +3,10 @@ requires = ["setuptools", "setuptools-scm"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "OraTAPI"
7
-version = "1.5.5"
+name = "oratapi"
+version = "1.5.4"
8
+license = "MIT"
9
+license-files = ["LICENSE", "ORACLE_INTERNAL_LICENSE.txt"]
10
description = "Oracle Table API Generator Application"
11
authors = [ {name = "Clive Bostock"} ]
12
dependencies = [
@@ -55,7 +57,6 @@ classifiers = [
55
57
"Intended Audience :: Developers",
56
58
"Topic :: Database",
59
"Topic :: Software Development :: Code Generators",
- "License :: OSI Approved :: MIT License",
60
"Operating System :: OS Independent"
61
]
62
0 commit comments