Skip to content

Commit

Permalink
Add barebones setup.py (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 16, 2023
1 parent 147c630 commit 62ddd10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import setup

setup(name='nsls2api',
version='0.1',
description='NSLS-II Facility API',
url='http://github.com/stuartcampbell/nsls2api',
author='Stuart Campbell',
author_email='scampbell@bnl.gov',
license='BSD',
packages=['nsls2api'],
zip_safe=False)

0 comments on commit 62ddd10

Please sign in to comment.