File: setup.py

package info (click to toggle)
python-munch 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 761; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
from setuptools import setup


setup(
    setup_requires=['pbr>=3.0', 'setuptools>=61'],
    pbr=True,
    long_description_content_type='text/markdown; charset=UTF-8',
    keywords=['munch', 'dict', 'mapping', 'container', 'collection'],
    python_requires=">=3.6",
)