Skip to content

Commit

Permalink
Include files in MANIFEST.in in distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 28, 2016
1 parent 9804fe4 commit 2ac1bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE.txt
include README.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ def get_version():
setup(
name='pybroom',
version=get_version(),
py_modules=['pybroom'],
#version=versioneer.get_version(),
#cmdclass=versioneer.get_cmdclass(),
author='Antonino Ingargiola',
author_email='tritemio@gmail.com',
url='http://pybroom.readthedocs.io/',
download_url='https://github.com/tritemio/pybroom',
install_requires=['pandas', 'lmfit', 'setuptools'],
include_package_data=True,
license='MIT',
description=("Make tidy DataFrames from messy fit/model results."),
long_description=long_description,
Expand All @@ -52,5 +54,4 @@ def get_version():
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: MIT License'],
py_modules=['pybroom'],
keywords=('dataframe tidy-data long-form model fitting tidyverse'))

0 comments on commit 2ac1bc9

Please sign in to comment.