Интегрирован модуль импорта моделей из FreeCAD в Blender
This commit is contained in:
parent
d26698d1a6
commit
6af0f188a7
25 changed files with 1563 additions and 1 deletions
21
setup.py
Normal file
21
setup.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Base robossembler module.
|
||||
|
||||
"""
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name='robossembler_framework',
|
||||
version='9999',
|
||||
#long_description_content_type="text/markdown",
|
||||
#install_requires=[],
|
||||
#extras_require={
|
||||
# 'dev': [
|
||||
# 'flake8',
|
||||
# 'mypy',
|
||||
# ],
|
||||
#},
|
||||
#python_requires='>=3.10',
|
||||
packages=setuptools.find_packages(),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue