From 1c2e7e52e388bdb64bbb2190047e014ff33f973b Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Mar 2023 20:54:27 +0200 Subject: Migrate to poetry We have used this in another project of ours and prefer its interface over pip's and its toml configuration over setup.py. There should be no functional change. --- setup.py | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py deleted file mode 100644 index 0fc68f6..0000000 --- a/setup.py +++ /dev/null @@ -1,28 +0,0 @@ -import setuptools - -setuptools.setup( - name="quarg", - version="0.1.3", - author="Wolfgang Müller", - author_email="wolf@oriole.systems", - description="Search Quassel logs for matching messages and print them", - url="https://git.oriole.systems/quarg", - classifiers = [ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", - ], - packages=setuptools.find_packages(), - python_requires=">=3.8", - - entry_points = { - 'console_scripts': [ - 'quarg = quarg.main:main', - ] - }, - - install_requires=[ - 'python-dateutil>=2.8.1', - 'sqlalchemy>=1.4', - ], -) -- cgit v1.2.3-2-gb3c3