We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bb8453 + ed04d97 commit c1636caCopy full SHA for c1636ca
2 files changed
.gitignore
@@ -2,3 +2,5 @@ py2vega.egg-info/*
2
test/__pycache__/*
3
py2vega/__pycache__/*
4
.pytest_cache/*
5
+build/*
6
+dist/*
setup.py
@@ -4,8 +4,6 @@
__AUTHOR__ = 'QuantStack dev team'
7
-readme = open('README.md').read()
8
-
9
setup(
10
name='py2vega',
11
version='0.1.0',
@@ -15,7 +13,6 @@
15
13
url='https://github.com/QuantStack/py2vega',
16
14
license='BSD 3-Clause',
17
keywords='python vega vega-expression',
18
- long_description=readme,
19
packages=find_packages(exclude=['test']),
20
python_requires='>=3.5',
21
install_requires=[],
0 commit comments