Skip to content

Commit c1daa47

Browse files
Bump package to v1.0.1 and update license
UPDATE: - Add license-files entry to pyproject.toml. - Set development status classifier to Production/Stable. FIX: - Remove year from LICENSE copyright.
1 parent 7853c35 commit c1daa47

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 iLoveIMG
3+
Copyright (c) iLoveIMG
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[project]
22
name = "iloveimg"
33
description = "iLoveIMG Python API"
4-
version = "0.0.1"
4+
version = "1.0.1"
55
authors = [{ name = "iloveimg", email = "developer@ilovepdf.com" }]
66
license = "MIT"
7+
license-files = ["LICENSE"]
78
readme = "README.md"
89

910
requires-python = ">=3.10"
1011
dependencies = ["requests>=2.28.0", "pyjwt>=2.4.0", "python-dotenv>=1.0.0"]
1112

1213
classifiers = [
13-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 5 - Production/Stable",
1415
"Intended Audience :: Developers",
1516
"Programming Language :: Python :: 3",
1617
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)