Skip to content

Commit

Permalink
MANIFEST.in include .py files
Browse files Browse the repository at this point in the history
  • Loading branch information
guyemerson committed May 26, 2016
1 parent 62bc7e5 commit e5c2a99
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
@@ -1 +1,2 @@
recursive-include pydmrs *.py
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.3'
VERSION = '1.0.4'

setup(
name = 'pydmrs',
Expand Down

0 comments on commit e5c2a99

Please sign in to comment.