Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
hagberg committed May 28, 2016
1 parent f58193e commit 47f50f1
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@

# General information about the project.
project = 'planarity'
copyright = '2013, Aric Hagberg'
copyright = '2016, Aric Hagberg'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
from Cython.Distutils import build_ext
from glob import glob

long_description = """Graph planarity tools.
long_description = """Graph planarity tools.
A wrapper to Boyer's (C) planarity algorithms: http://code.google.com/p/planarity/
Provides planarity testing, forbidden subgraph finding, and planar embeddings.
@@ -23,13 +23,9 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Mathematics',
@@ -54,7 +50,7 @@
sourcefiles,
include_dirs=['planarity/src/'],
)],
version = '0.3.1',
version = '0.4',
url = 'https://github.com/hagberg/planarity/',
download_url='https://pypi.python.org/pypi/planarity',
package_data = {'planarity':['tests/*.py']},

0 comments on commit 47f50f1

Please sign in to comment.