Skip to content

Commit

Permalink
Added some tags to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaplin89 committed May 17, 2024
1 parent 7ce91b4 commit 45320d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"WGSE-NG-3rd-party",
]

DOC = ""

setup(
name="WGSE-NG",
packages=find_packages(include=["wgse", "wgse.*"]),
Expand All @@ -37,10 +35,13 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
install_requires=DEPENDENCIES,
url="https://github.com/chaplin89/WGSE-NG",
url="https://github.com/WGSE-NG/WGSE-NG",
version=VERSION,
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: X11 Applications :: Qt",
"Environment :: Win32 (MS Windows)",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
Expand All @@ -54,5 +55,5 @@
"wgse = wgse.main:main",
]
},
keywords="bioinformatics",
keywords=["bioinformatics", "genetics", "wgs", "microarray", "science"],
)

0 comments on commit 45320d3

Please sign in to comment.