Skip to content

Commit

Permalink
more pypi fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelcamara committed Apr 15, 2019
1 parent 0061af1 commit 530c21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2',
packages=['hotxlfp',],
version='0.0.3',
packages=['hotxlfp', 'hotxlfp._compat', '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.2.tar.gz',
download_url='https://github.com/aidhound/hotxlfp/archive/0.0.3.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 530c21f

Please sign in to comment.