setup.py

Info

Parent directory

/

Last update

Added — 2019-05-27 17:14:11 +0200

Last source

1
2
3
4
5
6
7
8
#!/usr/bin/env python

"""Setup file for the ``isshub`` package. Configuration is in ``setup.cfg``."""

from setuptools import setup


setup()

Changes

chore: Base of Isshub project

Commit
Hash

663f485247adbd4df9b50dec328b6607887e0689

Date

2019-05-27 17:14:11 +0200

Type

Added

Stats

+8 -0

@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+"""Setup file for the ``isshub`` package. Configuration is in ``setup.cfg``."""
+
+from setuptools import setup
+
+
+setup()