Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavchippada committed Jan 23, 2019
1 parent a42bc7c commit 9a9bc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

print(">>>> Cython is installed?")
try:
from Cython.Distutils import Extension
Expand Down Expand Up @@ -46,11 +42,10 @@
name='fa2',
version='0.3',
description='The fastest ForceAtlas2 algorithm for Python (and NetworkX)',
long_description=long_description,
author='Bhargav Chippada',
author_email='[email protected]',
url='https://github.com/bhargavchippada/forceatlas2',
download_url='https://github.com/bhargavchippada/forceatlas2/archive/v0.2.tar.gz',
download_url='https://github.com/bhargavchippada/forceatlas2/archive/v0.3.tar.gz',
keywords=['forceatlas2', 'networkx', 'force-directed-graph', 'force-layout', 'graph'],
packages=['fa2'],
classifiers=[
Expand Down

0 comments on commit 9a9bc77

Please sign in to comment.