From 9f6c012230f0b080e7b61b5ea629fac4bf8a9ca7 Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Sun, 8 Dec 2013 20:37:58 -0600 Subject: [PATCH] Fixing PyPi packaging --- docs/release_notes/index.rst | 9 +++++++++ pypi_description.rst | 3 +-- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index 7a925e7..c3c1154 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -4,6 +4,15 @@ Release Notes ================= +Release: 0.1.12 +---------------- + +Features and bug fixes +^^^^^^^^^^^^^^^^^^^^^^^^ + + #. Fixing packaging issue where it wasn't including the specter.reporting package. + + Release: 0.1.11 ---------------- diff --git a/pypi_description.rst b/pypi_description.rst index f79826d..9f9f19a 100644 --- a/pypi_description.rst +++ b/pypi_description.rst @@ -15,7 +15,7 @@ Specter is open-source and is available on `GitHub`_. We love contributions! Getting Started ~~~~~~~~~~~~~~~~ -- Specter 0.1.11 `Documentation `_ +- Specter 0.1.12 `Documentation `_ - Problems or Questions? Ask us on Freenode on the #specterframework channel Continuous Integration @@ -34,7 +34,6 @@ Continuous Integration :target: http://badge.fury.io/py/Specter :alt: Specter PyPi Package Page -| Release Notes ~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 8380ef3..c5fe301 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_requires(relative): setup( name='Specter', version='0.1.12', - packages=['specter'], + packages=['specter', 'specter.reporting'], url='https://github.com/jmvrbanac/Specter', license='MIT License', author='John Vrbanac',