Rebranding.
This commit is contained in:
parent
b1ff88f03f
commit
6435152ddd
4 changed files with 8 additions and 13 deletions
15
setup.py
15
setup.py
|
@ -1,25 +1,20 @@
|
|||
#!/usr/bin/env python
|
||||
from setuptools import setup
|
||||
import adl
|
||||
import anidl
|
||||
|
||||
setup(
|
||||
name='py-adl',
|
||||
version=adl.VERSION,
|
||||
name='anidl',
|
||||
version=anidl.VERSION,
|
||||
description='Adl wrapper script written in python.',
|
||||
url='https://github.com/cronyakatsuki/py-adl',
|
||||
author='Crony Akatsuki',
|
||||
author_email='cronyakatsuki@gmail.com',
|
||||
license='GPL-3.0',
|
||||
py_modules=['adl'],
|
||||
py_modules=['anidl'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'adl=adl:main',
|
||||
'anidl=anidl:main',
|
||||
],
|
||||
},
|
||||
keywords=['trackma', 'animld', 'anime', 'adl', 'linux', 'windows'],
|
||||
classifiers=[
|
||||
'License :: GPL-3.0 License',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Operating System :: POSIX :: Linux :: Windows'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue