Skip to content

Commit eef4e87

Browse files
committed
Fix builds; correct license attribution
1 parent 3e35080 commit eef4e87

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

python/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) 2018-present Pavel Cisar
3+
Copyright (c) 2018-present The Firebird Project (www.firebirdsql.org)
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

python/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ Source = "https://github.com/FirebirdSQL/Butler/python"
4646
[tool.hatch.version]
4747
path = "src/firebird/butler/__about__.py"
4848

49-
[tool.hatch.build]
49+
[tool.hatch.build.targets.sdist]
50+
include = ["src"]
51+
52+
[tool.hatch.build.targets.wheel]
5053
packages = ["src/firebird"]

0 commit comments

Comments
 (0)