parent
58d9351bf5
commit
1dde74203b
|
@ -0,0 +1,15 @@
|
||||||
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='taiga-back',
|
||||||
|
use_scm_version=True,
|
||||||
|
description='taiga-back',
|
||||||
|
url='https://taiga.io/',
|
||||||
|
license='GPL-3',
|
||||||
|
packages=find_packages(
|
||||||
|
exclude=['tests', 'tests.*'],
|
||||||
|
),
|
||||||
|
setup_requires=[
|
||||||
|
'setuptools_scm',
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in New Issue