File: setup.py

package info (click to toggle)
sphinxcontrib-emojicodes 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: python: 167; makefile: 22; javascript: 9
file content (6 lines) | stat: -rw-r--r-- 60 bytes parent folder | download
1
2
3
4
5
6
"""
Setup module.
"""
from setuptools import setup

setup()