Skip to content

Commit

Permalink
Fixing PyPi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvrbanac committed Dec 9, 2013
1 parent d95341d commit 9f6c012
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/release_notes/index.rst
Expand Up @@ -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
----------------

Expand Down
3 changes: 1 addition & 2 deletions pypi_description.rst
Expand Up @@ -15,7 +15,7 @@ Specter is open-source and is available on `GitHub`_. We love contributions!
Getting Started
~~~~~~~~~~~~~~~~

- Specter 0.1.11 `Documentation <http://docs.specterframework.com/en/0.1.11/>`_
- Specter 0.1.12 `Documentation <http://docs.specterframework.com/en/0.1.12/>`_
- Problems or Questions? Ask us on Freenode on the #specterframework channel

Continuous Integration
Expand All @@ -34,7 +34,6 @@ Continuous Integration
:target: http://badge.fury.io/py/Specter
:alt: Specter PyPi Package Page

|

Release Notes
~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 9f6c012

Please sign in to comment.