Skip to content

Commit

Permalink
removed pbr
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Mar 15, 2014
1 parent 9a455b7 commit aa1cba3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,5 @@ local_settings.py
_build/
.DS_Store
build/
*.egg*
*.egg*
dist/
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,6 +1,7 @@
CHANGES
=======

* auto-added files from pypi upload
* Initial release for PyPI with reorg
* Format commit
* Add a document about beginner talks
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -16,9 +16,6 @@ classifier =
Intended Audience :: Developers
Environment :: Console

[global]
setup-hooks =
pbr.hooks.setup_hook

[files]
packages =
Expand All @@ -31,4 +28,7 @@ console_scripts =
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/source
source-dir = docs/source

[wheel]
universal = 1
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -28,9 +28,7 @@ def read(*filenames, **kwargs):
url='http://www.pyladies.com',
description='Everything you need to start your own PyLadies location',
long_description=long_description,
setup_requires=['pbr'],
pbr=True,
install_requires=['Sphinx==1.2.2', 'sphinx-rtd-theme==0.1.5'],
install_requires=['Sphinx', 'sphinx-rtd-theme'],
packages=['pyladies'],
include_package_data=True
)

0 comments on commit aa1cba3

Please sign in to comment.