File: setup.py

package info (click to toggle)
python-multisplitby 0.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 112 kB
  • sloc: python: 102; sh: 43; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

"""Setup module for Bio2BEL miRBase."""

from setuptools import setup

if __name__ == '__main__':
    setup()