Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Bump version, add setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
miroli committed Jan 25, 2019
1 parent 035a11a commit e52b45b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@

setuptools.setup(
name="frame2package",
version="0.0.1",
version="0.0.2",
author="Robin Linderborg",
author_email="robin@datastory.org",
description="Pandas dataframes to DDF packages.",
download_url="https://github.com/datastory-org/frame2package/archive/0.0.2.tar.gz",
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=[
'pandas',
'ddf_utils'
'pandas>=0.23',
'ddf_utils>=0.5'
],
)

0 comments on commit e52b45b

Please sign in to comment.