Skip to content

Commit

Permalink
Namespace packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jan 11, 2017
1 parent 5d125fd commit f7b762d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ ChangeLog
+============+=====================================================================+============+
| *Upcoming* | *TBC* | |
+------------+---------------------------------------------------------------------+------------+
| **0.1.1** | * Namespace packaging | 2017/01/10 |
+------------+---------------------------------------------------------------------+------------+
| **0.1.0** | * Split out core functionality from `rm-hull/ssd1306` | 2017/01/10 |
+------------+---------------------------------------------------------------------+------------+
3 changes: 0 additions & 3 deletions luma/__init__.py

This file was deleted.

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import os
from setuptools import setup

import luma.core

README = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
CONTRIB = open(os.path.join(os.path.dirname(__file__), "CONTRIBUTING.rst")).read()
CHANGES = open(os.path.join(os.path.dirname(__file__), "CHANGES.rst")).read()
version = luma.core.__version__
version = "0.1.0"

setup(
name="luma.core",
Expand All @@ -22,6 +20,7 @@
keywords="raspberry orange banana pi rpi opi sbc oled lcd led display screen spi i2c",
url="https://github.com/rm-hull/luma.core",
download_url="https://github.com/rm-hull/luma.core/tarball/" + version,
namespace_packages=["luma"],
packages=["luma.core"],
install_requires=["pillow", "smbus2", "spidev", "RPi.GPIO"],
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit f7b762d

Please sign in to comment.