Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
druvus authored Jun 29, 2023
1 parent a45b8e2 commit b5ad56d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
'''

from setuptools import setup
from nanometa_live.nanometa_gui import __version__
import os

setup(
name = "Nanometa_Live",
version = __version__,
version = "0.1.1",
description = "Real-time metagenomic analysis.",
# Specifying python packages.
packages = ['nanometa_live',
Expand Down

0 comments on commit b5ad56d

Please sign in to comment.