partsdb

electronic parts inventory
git clone https://git.e1e0.net/partsdb.git
Log | Files | Refs | README | LICENSE

commit f1fef869381314bc0741a8df3e145a3f0379aa47
parent 8b99ce622b5d6f7f48f958b4c3b5a8e2fbe553e1
Author: Paco Esteban <paco@e1e0.net>
Date:   Sat, 14 Oct 2023 09:28:19 +0200

bump version and add required files to package_data

Diffstat:
Msetup.py | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py @@ -7,7 +7,7 @@ long_description = (here / "README.md").read_text(encoding="utf-8") setup( name="partsdb", - version="1.3.0", + version="1.4.0", description="Electronic parts database", long_description=long_description, long_description_content_type="text/markdown", @@ -18,18 +18,17 @@ setup( "Development Status :: 3 - Alpha", "License :: OSI Approved :: ISC License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", ], keywords="electronics, parts, database", packages=find_packages(where="."), - python_requires=">=3.6, <4", + python_requires=">=3.8, <4", install_requires=["jinja2", "pyyaml", "openpyxl"], package_data={ - "partsdb.exports": ["templates/*html", "templates/style.css"], + "partsdb.exports": ["templates/*html", "templates/style.css", "files/*png"], }, data_files=[("sql", ["schema.sql", "base_data.sql"])], entry_points={ # Optional