From 3e4185913b584f5cc9a54f16f3c223861e11ec18 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 16 Apr 2026 17:14:23 +0200 Subject: Introduce a new marco - %e and migrate the project from GitHub to Codeberg --- setup.cfg | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 1838e18..0000000 --- a/setup.cfg +++ /dev/null @@ -1,45 +0,0 @@ -[metadata] -name = etoolkit -version = attr: etoolkit.__version__ -author = attr: etoolkit.__author__ -author_email = sgs@pichove.org -description = A simple toolkit for setting environment variables in a flexible way -long_description = file: README.md -long_description_content_type = text/markdown -url = https://github.com/blackm0re/etoolkit - -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Intended Audience :: System Administrators - License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Operating System :: POSIX - Topic :: Security :: Cryptography - -project_urls = - Bug Tracker = https://github.com/blackm0re/etoolkit/issues - Source = https://github.com/blackm0re/etoolkit - -[options] -package_dir = - = src -packages = find: -python_requires = >=3.9 - -install_requires = - cryptography>=3.2 - -[options.packages.find] -where = src - -[options.entry_points] -console_scripts = - etoolkit = etoolkit.__main__:main -- cgit v1.3