Skip to content

Commit

Permalink
upd travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarasiak committed Jun 15, 2020
1 parent c52b3de commit ed65494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ deploy:
provider: pypi
user: "karasiak"
password:
secure: pypi-AgEIcHlwaS5vcmcCJDVhOWQ0ZTM1LTY5NDMtNDU4ZC05MmM0LThlODMxMWRiZDNkMgACJXsicGVybWlzc2lvbnMiOiAidXNlciIsICJ2ZXJzaW9uIjogMX0AAAYgAbf4SyDR8kRdHdmMCCNNeYOXlB2OFaxmmUi0fS-eka8
secure: 7NeKw+T+tO7LWvwjgj1agHIo8zQlA33bkg9x6pQ4zXd24ZJ4XDhqnGSxG9NKr9pP9l9PwDrPZIIW50JeBWula+JXQxtRj80LNJB8ySJVn3BEdLojxUMthVvOtdUqzqFME5iFpP6SEdUrODMHXJa18tCP5QN2XHUWEixmmqrbFg8JYgg6nswVmmCHpXor5h9LW1V0bJ1uOThmpjhXUhKx7xM6lcXJssC91Ghmkh1SApNuK3Ah8ir92HK53VSdQScK8QAHIpvWGbTLhbt7C4IuwDFERgDIbOec6L9UxOePMXmIF/5wu+mlQeVzFV5DiFBJ0U+fDEqg1PTKifM9KQmOtBX8iFVyiZmwqM6wRJjt83C5j4VKDj8vs8Y9dGkmOobRNlE3HdEekB69mj5177oCpOSZtgntkbR/9wfEK7j4qnj/mALaKx9mYKdI9nRepEnnocp6R2aGvZD0BxSwRWxjgubfolsG3mBHBRhjog5pVOcC4de3aPwZKxWTls2AIMP47lxocKnpHWTzKAtuPEo4w/Y2IaFXbk0EQleC6BLHAWi7DbAYct7/6Ju7VOdm80ko0To4PQ+9fzpSZndcAxf1cEys0OaVcQPJ9XjxfvzHUz1OXqQKzZe5tfAxFS6q6rbMV4J9zNRP+xX8rOhmB4HajBmBfIEcz/Avt4R+pl5lIeo=
on:
tags: true
branch: master
Expand Down
8 changes: 1 addition & 7 deletions setup.py
Expand Up @@ -23,11 +23,10 @@
with open("README.md", "r") as fh:
long_description = fh.read()


setuptools.setup(
name='museopheno',
version=__version__,
description='Time series and spectral indice management for Remote Sensing Sensors',
description='Time series and spectral indices management for Remote Sensing Sensors',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/nkarasiak/MuseoPheno',
Expand All @@ -42,11 +41,6 @@
"Programming Language :: Python :: 3",
"Intended Audience :: Science/Research"],
zip_safe=False,
entry_points = {
'console_scripts': [
'mp_computeS2SITS=museopheno.sensors.__computeS2SITS:main'
],
},
package_data={
'museopheno': ['datasets/2018_3A_Theia_Bouconne.tif']
}
Expand Down

0 comments on commit ed65494

Please sign in to comment.