source: setup.py @ 0:40c8f766c9b8

Revision 0:40c8f766c9b8, 396 bytes checked in by raph, 2 years ago (diff)

import from internal svn r 4007

Line 
1from setuptools import setup, find_packages
2
3setup(
4    name = "comt",
5    version = "2.0-alpha1",
6    url = '',
7    license = 'AGPL3',
8    description = "Web-based Text Annotation Application.",
9    author = 'Sopinspace',
10    author_email = 'dev@sopinspace.com',
11    packages = find_packages('src'),
12    package_dir = {'': 'src'},
13    install_requires = ['setuptools'],
14)
15
Note: See TracBrowser for help on using the repository browser.