Skip to content

Commit

Permalink
setup and docs flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Aug 1, 2014
1 parent 7a4534b commit b1c91e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Expand Up @@ -11,8 +11,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys, os

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -178,8 +176,8 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'brabeion.tex', u'brabeion Documentation',
u'Eldarion', 'manual'),
('index', 'brabeion.tex', u'brabeion Documentation',
u'Eldarion', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
20 changes: 10 additions & 10 deletions setup.py
Expand Up @@ -2,19 +2,19 @@


setup(
name = "brabeion",
version = "0.1",
author = "Eldarion",
author_email = "development@eldarion.com",
description = "a reusable Django badges application",
long_description = open("README.md").read(),
license = "BSD",
url = "http://github.com/eldarion/brabeion",
packages = [
name="brabeion",
version="0.1",
author="Eldarion",
author_email="development@eldarion.com",
description="a reusable Django badges application",
long_description=open("README.md").read(),
license="BSD",
url="http://github.com/eldarion/brabeion",
packages=[
"brabeion",
"brabeion.templatetags",
],
classifiers = [
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand Down

0 comments on commit b1c91e8

Please sign in to comment.