diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-05-22 03:02:28 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-05-23 00:15:13 +0200 |
| commit | d94ce591f20f0a561a68b239ece14f7f8fd487d9 (patch) | |
| tree | ab187d9d6f146cf5da84f65b0806b034829cf705 /setup.py | |
| parent | 128ded012ed9a1853f4ef73bd020156d0613446c (diff) | |
gtk4 rewrite
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/setup.py b/setup.py deleted file mode 100644 index 6c5683e..0000000 --- a/setup.py +++ /dev/null @@ -1,23 +0,0 @@ -from pathlib import Path -from setuptools import setup - - -readme = (Path(__file__).parent / 'README.rst').read_text() - - -setup( - name='mbgui', - version='0.1.3', - description='Maildir GUI based on mblaze', - long_description=readme, - long_description_content_type='text/x-rst', - url='https://github.com/bozokopic/mbgui', - packages=['mbgui'], - install_requires=['PySide6'], - package_data={'mbgui': ['icons/*.png', - 'main.ui']}, - license='GPLv3', - classifiers=[ - 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'], - entry_points={'console_scripts': ['mbgui = mbgui.main:main']}) |
