Fixed url
This commit is contained in:
parent
62d47eaa12
commit
49fffb983c
6
setup.py
6
setup.py
@ -3,12 +3,12 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name="imgsort",
|
name="imgsort",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
description="A program that lets you easily sort images in different folders.",
|
description="A program that lets you easily sort images into different folders.",
|
||||||
|
|
||||||
author="Matthias Quintern",
|
author="Matthias Quintern",
|
||||||
author_email="matthiasqui@protonmail.com",
|
author_email="matthiasqui@protonmail.com",
|
||||||
|
|
||||||
url="https:/github.com/MatthiasQuintern/imgsort.git",
|
url="https://github.com/MatthiasQuintern/imgsort.git",
|
||||||
|
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ setup(
|
|||||||
install_requires=["ueberzug"],
|
install_requires=["ueberzug"],
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Environment :: Console :: Curses",
|
"Environment :: Console :: Curses",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Topic :: Multimedia :: Graphics",
|
"Topic :: Multimedia :: Graphics",
|
||||||
|
Loading…
Reference in New Issue
Block a user