5 Vidyarank is a site for making collages
7 from setuptools
import setup
13 url
='http://repo.or.cz/vidyarank.git',
15 author
='MikoĊaj Halber',
16 author_email
='lich@openmailbox.com',
17 description
='Vidyarank is a site for making collages',
18 long_description
='Just read README.md. I will create .rst file when I want to do it.',
19 packages
=['vidyarank'],
24 'Programming Language :: Python',
25 'Programming Language :: Python :: 3',
28 'console_scripts': ['vidyarank=vidyarank.cli:main']}