setup.pyの作成
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name='tjaf',
|
||||
version='1.0.0',
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=[],
|
||||
author='Yuuki',
|
||||
author_email='skifree@skiff.com',
|
||||
description='TJA decoder in Python',
|
||||
long_description='Easy to use TJA decoder in Python for everyone.',
|
||||
url='https://github.com/yuukialpha/tjaf',
|
||||
)
|
||||
Reference in New Issue
Block a user