Skip to content

Commit

Permalink
create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cpkm committed Mar 22, 2017
1 parent 97b0b02 commit c85b031
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name = 'beamtools',
packages = ['beamtools'], # this must be the same as the name above
version = '0.1',
description = 'A suite of tools for analysis optical beams',
author = 'Kyle Manchee',
author_email = '[email protected]',
url = 'https://github.com/kikimaroca/beamtools',
download_url = 'https://github.com/kikimaroca/beamtools/archive/0.1.tar.gz',
keywords = ['optics', 'analysis', 'beams', 'spectrum'],
classifiers = [],
)

0 comments on commit c85b031

Please sign in to comment.