-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python | ||
from setuptools import setup, find_packages # This setup relies on setuptools since distutils is insufficient and badly hacked code | ||
|
||
version = '0.1.0' | ||
version = '1.0.0' | ||
author = 'Pascal Wolf' | ||
author_email = '[email protected]' | ||
|
||
|
@@ -11,7 +11,7 @@ | |
setup( | ||
name='irrad_spectroscopy', | ||
version=version, | ||
description='Gamma spectroscopy of irradiated sensors, chips and PCBs.', | ||
description='Gamma and X-ray spectroscopy as well as dose rate calculations of radioactive samples.', | ||
url='https://github.com/SiLab-Bonn/irrad_spectroscopy', | ||
license='MIT License', | ||
long_description='', | ||
|