Skip to content

Commit c9f9319

Browse files
committed
update license - v1.1.0
1 parent ed9bf41 commit c9f9319

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Contact DeepLime for licensing the `GeoLime` ecosystem.
1+
Contact DeepLime for licensing the GeoLime ecosystem.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JuLime
22

33
`julime` is part of GeoLime ecosystem, not meant to stand alone use, checkout `geolime`.
4+
45
Kept for backward compatibility -> move to `geolime_jl` instead.
56

67
Chek out latest information of DeepLime's work : <https://deeplime.io>

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "julime"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "JuLime is part of GeoLime ecosystem"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = { file = "LICENSE" }
11+
license-files = ["LICEN[CS]E*"]
1212
authors = [{ name = "DeepLime", email = "[email protected]" }]
1313
keywords = ["julime", "geolime", "geostats"]
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: MIT License",
1716
"Operating System :: OS Independent",
1817
]
1918

0 commit comments

Comments
 (0)