Skip to content

Commit

Permalink
Include MANIFEST.in file for configs, as setuptools does not check
Browse files Browse the repository at this point in the history
data_files on its own (pypa/setuptools#521)
  • Loading branch information
guyemerson committed May 26, 2016
1 parent 4982197 commit 62bc7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include configs/*.conf
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = '1.0.2'
VERSION = '1.0.3'

setup(
name = 'pydmrs',
Expand Down

0 comments on commit 62bc7e5

Please sign in to comment.