mirror of
https://mikeslab.dix.asia/gogs/My-Mods/ANI2Cape.git
synced 2025-10-01 23:14:57 +00:00
Features, packaging + sample config, cf. README.md
This commit is contained in:
parent
8ded24d9f2
commit
d8a9ba0713
4 changed files with 237 additions and 76 deletions
13
setup.py
Normal file
13
setup.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='ani2cape',
|
||||
version='0.0.2',
|
||||
install_requires=['pillow>=10.0'],
|
||||
py_modules=['ani2cape', 'config'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'ani2cape = ani2cape:main',
|
||||
]
|
||||
}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue