This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-file/setup.py

14 lines
409 B
Python
Raw Normal View History

2016-11-30 21:58:59 +01:00
from setuptools import setup
setup(
name='blender_file',
version='0.1',
description='Blender File',
url='https://developer.blender.org/diffusion/BBF/',
author='At Mind B.V. - Jeroen Bakker, Blender Foundation - Campbell Barton',
author_email='foundation@blender.org',
license='GNU General Public License v2 or later (GPLv2+)',
packages=['blender_file'],
zip_safe=False,
)