File: setup.py

package info (click to toggle)
python-nexpy 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,836 kB
  • sloc: python: 13,880; xml: 7,531; makefile: 130; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
# -----------------------------------------------------------------------------
# Copyright (c) 2013-2021, NeXpy Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING, distributed with this software.
# -----------------------------------------------------------------------------

from setuptools import setup

setup()