Skip to content

Commit

Permalink
Merge pull request #4 from NickHallONBI/master
Browse files Browse the repository at this point in the history
Setup changes
  • Loading branch information
NickHallPhysics authored Jan 28, 2020
2 parents 69d31d1 + 0652afa commit c487235
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

## Copyright (C) 2016 David Pinto <david.pinto@bioch.ox.ac.uk>
## Copyright (C) 2017 Nicholas Hall <nicholas.hall@dtc.ox.ac.uk>
##
## Copying and distribution of this file, with or without modification,
## are permitted in any medium without royalty provided the copyright
Expand All @@ -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 <[email protected]>",
author = "Nicholas Hall <[email protected]>",

url = "https://github.com/NickHallONBI/microAO",
url = "https://github.com/MicronOxford/microscope-aotools",

packages = [
"microAO",
Expand Down

0 comments on commit c487235

Please sign in to comment.