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 3e35080 commit eef4e87Copy full SHA for eef4e87
python/LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018-present Pavel Cisar
+Copyright (c) 2018-present The Firebird Project (www.firebirdsql.org)
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
python/pyproject.toml
@@ -46,5 +46,8 @@ Source = "https://github.com/FirebirdSQL/Butler/python"
46
[tool.hatch.version]
47
path = "src/firebird/butler/__about__.py"
48
49
-[tool.hatch.build]
+[tool.hatch.build.targets.sdist]
50
+include = ["src"]
51
+
52
+[tool.hatch.build.targets.wheel]
53
packages = ["src/firebird"]
0 commit comments