Skip to content

Commit 03e9cfa

Browse files
committed
Updated for license mod
1 parent 665cec2 commit 03e9cfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ requires = ["setuptools", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "OraTAPI"
7-
version = "1.5.5"
6+
name = "oratapi"
7+
version = "1.5.4"
8+
license = "MIT"
9+
license-files = ["LICENSE", "ORACLE_INTERNAL_LICENSE.txt"]
810
description = "Oracle Table API Generator Application"
911
authors = [ {name = "Clive Bostock"} ]
1012
dependencies = [
@@ -55,7 +57,6 @@ classifiers = [
5557
"Intended Audience :: Developers",
5658
"Topic :: Database",
5759
"Topic :: Software Development :: Code Generators",
58-
"License :: OSI Approved :: MIT License",
5960
"Operating System :: OS Independent"
6061
]
6162

0 commit comments

Comments
 (0)