Rename package to nafuma from beamtime

This commit is contained in:
rasmusvt 2022-04-07 17:05:52 +02:00
parent 049f30d96b
commit 27c911cf54
25 changed files with 5 additions and 7 deletions

View file

@ -1,2 +0,0 @@
- Must allow for automatic normalisation between different diffractograms, must only happen upon reading data
-

View file

@ -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)