Skip to content

Commit

Permalink
Changed classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Jul 9, 2015
1 parent 3f889f1 commit f47d27d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,17 @@ def setup_package():
package_data={"pyplink.tests": ["data/test_data.*"], },
test_suite="pyplink.tests.test_suite",
install_requires=["numpy >= 1.8.2", "pandas >= 0.14.1"],
classifiers=["Operating System :: Linux",
classifiers=["Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"License :: OSI Approved :: MIT License"],
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: Bio-Informatics"],
keywords="bioinformatics format plink binary",
)

return
Expand Down

0 comments on commit f47d27d

Please sign in to comment.