Skip to content

Commit

Permalink
Fix again installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Sep 19, 2016
1 parent 5d0579f commit 4fa8f92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.md
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Documentation and tutorial are available at http://hadim.github.io/pygraphml/. A

# Requirements

- Python > 2.7 and > 3.3
- Python > 2.7 and > 3.4
- NetworkX (http://networkx.lanl.gov/): only for the visualization

# Install
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md

[bdist_wheel]
universal = 1
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -30,7 +30,7 @@ def find_version(*file_paths):
description='Small library to parse GraphML files in Python',
long_description=read('README.md'),
url='https://github.com/hadim/pygraphml/',
packages=['pygraphml'],
packages=find_packages(),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -42,5 +42,4 @@ def find_version(*file_paths):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
],
packages=find_packages())
])

0 comments on commit 4fa8f92

Please sign in to comment.