Skip to content

Commit

Permalink
prepare PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
danbar committed Nov 15, 2017
1 parent 8535cea commit 5eabd5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@

# Metadata
author="Daniel Bartel",
author_email = '[email protected]',
description="factor graph library",
long_description=long_description,
license="MIT License",
keywords="factor graph message passing",
url="https://github.com/danbar/fglib/",
download_url = 'https://github.com/danbar/fglib/archive/v0.2.1.tar.gz',

# Miscellaneous
test_suite="nose.collector"
Expand Down

0 comments on commit 5eabd5a

Please sign in to comment.