Skip to content

Commit 6e0a705

Browse files
committed
Changed tree layout; build cleanup
1 parent e1c189c commit 6e0a705

File tree

15 files changed

+7
-6
lines changed

15 files changed

+7
-6
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
#########
44

5+
Development Version 1.5.0 [unreleased]
6+
======================================
7+
8+
* Move away from setup.cfg to pyproject.toml, new source tree layout.
9+
510
Version 1.4.3
611
=============
712

pyproject.toml

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

55
[project]
66
name = "firebird-base"
7-
version = "1.4.3"
7+
version = "1.5.0"
88
description = "Firebird base modules for Python"
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
license = { file = "LICENSE" }
1212
authors = [{ name = "Pavel Císař", email = "pcisar@users.sourceforge.net"}]
13-
keywords = ["Saturnin", "Firebird", "Butler", "Platform", "ZeroMQ"]
13+
keywords = ["Firebird"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
@@ -41,5 +41,4 @@ Source = "https://github.com/FirebirdSQL/python3-base"
4141

4242
[tool.setuptools]
4343
zip-safe = true
44-
packages = ["firebird"]
4544

src/firebird/base/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)