FaR-FT-PE / setup.py
Antuke's picture
init
c69c4af
raw
history blame contribute delete
134 Bytes
from setuptools import setup, find_packages
setup(
name='pe_adaptation',
version='0.1',
packages=find_packages(),
)