Skip to content

Commit

Permalink
New release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelcamara committed Jan 14, 2021
1 parent 12d9824 commit 2c91a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
34 changes: 0 additions & 34 deletions changelog.md

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='hotxlfp',
version='0.0.9',
version='0.0.10',
packages=['hotxlfp', 'hotxlfp._compat', 'hotxlfp._compat.py3', 'hotxlfp.helper', 'hotxlfp.formulas', 'hotxlfp.grammarparser'],
license='MIT',
test_suite='tests',
author='Leonel Câmara',
author_email='[email protected]',
url='https://github.com/aidhound/hotxlfp',
download_url='https://github.com/aidhound/hotxlfp/archive/0.0.9.tar.gz',
download_url='https://github.com/aidhound/hotxlfp/archive/0.0.10.tar.gz',
keywords=['excel', 'formula', 'parser'],
install_requires=['ply', 'python-dateutil'],
long_description='\n'.join(l for l in open('README.md', encoding="utf-8").readlines() if not l.startswith('[!')),
Expand Down

0 comments on commit 2c91a4d

Please sign in to comment.