| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/lovexiaov/python-patterns/master/setup.py | [Back] [Original] |
from setuptools import find_packages, setup
setup(
name="patterns",
packages=find_packages(),
description="A collection of design patterns and idioms in Python.",
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)
| Web Proxy Viewer | New URL | Original Page |