Skip to content

Commit c1636ca

Browse files
authored
Merge pull request #5 from martinRenou/release_0.1.0
Release 0.1.0
2 parents 6bb8453 + ed04d97 commit c1636ca

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ py2vega.egg-info/*
22
test/__pycache__/*
33
py2vega/__pycache__/*
44
.pytest_cache/*
5+
build/*
6+
dist/*

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
__AUTHOR__ = 'QuantStack dev team'
66

7-
readme = open('README.md').read()
8-
97
setup(
108
name='py2vega',
119
version='0.1.0',
@@ -15,7 +13,6 @@
1513
url='https://github.com/QuantStack/py2vega',
1614
license='BSD 3-Clause',
1715
keywords='python vega vega-expression',
18-
long_description=readme,
1916
packages=find_packages(exclude=['test']),
2017
python_requires='>=3.5',
2118
install_requires=[],

0 commit comments

Comments
 (0)