Rename package to nafuma from beamtime
This commit is contained in:
parent
049f30d96b
commit
27c911cf54
25 changed files with 5 additions and 7 deletions
|
|
@ -1,2 +0,0 @@
|
|||
- Must allow for automatic normalisation between different diffractograms, must only happen upon reading data
|
||||
-
|
||||
10
setup.py
10
setup.py
|
|
@ -1,11 +1,11 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='beamtime',
|
||||
version='0.1',
|
||||
description='Package for process and analysis of beamtime data from SNBL',
|
||||
url='http://github.uio.no/rasmusvt/beamtime',
|
||||
setup(name='nafuma',
|
||||
version='0.2',
|
||||
description='Analysis tools for inorganic materials chemistry at the NAFUMA-group at the University of Oslo',
|
||||
url='https://github.com/rasmusthog/nafuma',
|
||||
author='Rasmus Vester Thøgersen, Halvor Høen Hval',
|
||||
author_email='rasmusvt@smn.uio.no',
|
||||
author_email='code@rasmusthog.me',
|
||||
license='MIT',
|
||||
packages=find_packages(),
|
||||
zip_safe=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue