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(
|
||||
name="imgsort",
|
||||
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_email="matthiasqui@protonmail.com",
|
||||
|
||||
url="https:/github.com/MatthiasQuintern/imgsort.git",
|
||||
url="https://github.com/MatthiasQuintern/imgsort.git",
|
||||
|
||||
license="GPLv3",
|
||||
|
||||
@ -17,7 +17,7 @@ setup(
|
||||
install_requires=["ueberzug"],
|
||||
|
||||
classifiers=[
|
||||
"Operating System :: POSIX",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Environment :: Console :: Curses",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
|
Loading…
Reference in New Issue
Block a user