Skip to content
Snippets Groups Projects
Commit 3c239db2 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

-> setup.cfg

parent fff98068
No related branches found
No related tags found
No related merge requests found
[metadata] [metadata]
name = satella
version = 2.0.12rc3
description-file = README.md description-file = README.md
author = Piotr Maślanka
author_email = piotrm@smok.co
description = Utilities for writing servers in Python
[pycodestyle] [pycodestyle]
max-line-length=120 max-line-length=120
......
# coding=UTF-8 # coding=UTF-8
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup(name='satella', setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
version='2.0.12rc3',
description=u'Utilities for writing servers in Python',
author=u'Piotr Maślanka',
author_email='piotrm@smok.co',
keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
packages=find_packages(exclude=['tests.*', 'tests', 'examples.*', 'examples']), packages=find_packages(exclude=['tests.*', 'tests', 'examples.*', 'examples']),
install_requires=[ install_requires=[
"six", "six",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment