diff --git a/setup.py b/setup.py index f588b1c..9bfdfa4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -## Copyright (C) 2016 David Pinto +## Copyright (C) 2017 Nicholas Hall ## ## Copying and distribution of this file, with or without modification, ## are permitted in any medium without royalty provided the copyright @@ -10,16 +10,16 @@ import setuptools setuptools.setup( - name = "microAO", - version = "0.1.0+dev", + name = "microscope-aotools", + version = "1.0.0", description = "An extensible microscope adaptive optics use.", license = "GPL-3.0+", ## Do not use author_email because that won't play nice once there ## are multiple authors. - author = "Nick Hall ", + author = "Nicholas Hall ", - url = "https://github.com/NickHallONBI/microAO", + url = "https://github.com/MicronOxford/microscope-aotools", packages = [ "microAO",