Skip to content

Commit

Permalink
update setup.py for pypi update
Browse files Browse the repository at this point in the history
  • Loading branch information
underchemist committed Dec 7, 2017
1 parent 8dc581e commit 7b46ed8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
# Get the long description from the README file
with open(path.join(here, 'README.rst')) as f:
long_description = f.read()
version = '1.0.4'
version = '1.0.5'

setup(
name='nanonispy',
version=version,
description='Library to parse Nanonis files.',
long_description=long_description,
url='https://github.com/underchemist/nanonispy',
download_url = 'https://github.com/underchemist/nanonispy/tarball/'+version,
author='Yann-Sebastien Tremblay-Johnston',
author_email='yanns.tremblay@gmail.com',
license='MIT',
Expand All @@ -24,12 +23,12 @@
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
keywords='science numpy parse library',
python_requires='>=3.3',
packages=['nanonispy', 'nanonispy.tests'],
package_data={'nanonispy': ['LICENSE', 'README.md'], },
install_requires=['numpy', ],
Expand Down

0 comments on commit 7b46ed8

Please sign in to comment.