Skip to content
Snippets Groups Projects
Commit 351bb987 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

moved utils to TheCodeLabs-BaseUtils

parent 4f8d93c9
Branches
No related tags found
No related merge requests found
/dist/
/MANIFEST
/build/
/PythonLibs.egg-info/
dist/
MANIFEST
build/
*.egg-info/
from PythonLibs.DefaultLogger import DefaultLogger
from PythonLibs.MailHandler import MailHandler
from PythonLibs.CachedService import CachedService
from PythonLibs.FlaskBaseApp import FlaskBaseApp
File moved
File moved
File moved
from setuptools import setup
setup(
name='PythonLibs',
packages=['PythonLibs'],
name='TheCodeLabs-BaseUtils',
packages=['TheCodeLabs-BaseUtils'],
version='1.0.0',
license='MIT',
description='Useful python classes',
author='TheCodeLabs',
author_email='spam@thecodelabs.de',
url='https://thecodelabs.de/TheCodeLabs/PythonLibs',
download_url='https://pypi.thecodedev.de',
keywords=[],
install_requires=[
'flask',
'gevent'
],
setup_requires=[
'wheel'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment