mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 23:54:44 -04:00
🧹 Removed setup.py
This commit is contained in:
parent
580b8d7f52
commit
39d3a74661
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
from setuptools import setup
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name="applbuild",
|
|
||||||
version="1.1.4",
|
|
||||||
description="Generate 'macOSBigSur' cursor theme from PNGs file",
|
|
||||||
url="https://github.com/ful1e5/apple_cursor",
|
|
||||||
packages=["applbuild"],
|
|
||||||
package_dir={"applbuild": "applbuild"},
|
|
||||||
author="Kaiz Khatri",
|
|
||||||
author_email="kaizmandhu@gamil.com",
|
|
||||||
install_requires=["clickgen==1.1.9"],
|
|
||||||
classifiers=[
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
||||||
],
|
|
||||||
python_requires=">=3.8",
|
|
||||||
zip_safe=True,
|
|
||||||
)
|
|
Loading…
Add table
Add a link
Reference in a new issue