Skip to content

Commit

Permalink
Merge pull request #5 from martinRenou/release_0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
martinRenou authored Aug 19, 2019
2 parents 6bb8453 + ed04d97 commit c1636ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ py2vega.egg-info/*
test/__pycache__/*
py2vega/__pycache__/*
.pytest_cache/*
build/*
dist/*
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

__AUTHOR__ = 'QuantStack dev team'

readme = open('README.md').read()

setup(
name='py2vega',
version='0.1.0',
Expand All @@ -15,7 +13,6 @@
url='https://github.com/QuantStack/py2vega',
license='BSD 3-Clause',
keywords='python vega vega-expression',
long_description=readme,
packages=find_packages(exclude=['test']),
python_requires='>=3.5',
install_requires=[],
Expand Down

0 comments on commit c1636ca

Please sign in to comment.