Skip to content

Commit

Permalink
MNT: Revise setup files in prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Oct 3, 2014
1 parent 6636e7f commit 11716b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def read(fname):
version = versioneer.get_version(),
cmdclass = versioneer.get_cmdclass(),
description = "particle-tracking toolkit",
author = "Daniel Allan and Thomas Caswell",
author_email = "[email protected]",
author = "Trackpy Contributors",
author_email = "[email protected]",
url = "https://github.com/soft-matter/trackpy",
install_requires = ['numpy', 'scipy', 'six', 'pandas',
'pyyaml', 'matplotlib', 'pims'],
Expand Down

0 comments on commit 11716b4

Please sign in to comment.