v25/setup.py
timotheyca fad2d3747c events
(prev commit)
2020-08-12 21:21:41 +03:00

14 lines
344 B
Python

from setuptools import setup
setup(
name='v25',
version='0.0.1-a1',
packages=['v25', 'v25.web', 'v25.web.client', 'v25.web.server', 'v25.storage', 'v25.messaging'],
url='',
license='',
author='',
author_email='',
description='',
install_requires=['PyNaCl', 'requests', 'Flask', 'Werkzeug', 'SQLAlchemy'],
)