Skip to content

Commit

Permalink
Merge pull request #38 from linganesan/dev
Browse files Browse the repository at this point in the history
add MANIFEST.in
  • Loading branch information
botanicvelious committed Mar 25, 2017
2 parents 6ede1d6 + 0b80ec3 commit f100aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft src/damn_at/*
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def version():
version=version(),
packages=find_packages('src'),
package_dir={"": "src"},
# package_data = {'': ['*.analyzer','*.repository','*.transocder']},
include_package_data = True,
url='https://github.com/sueastside/damn-at',
download_url='https://github.com/sueastside/damn-at',
test_suite='nose.collector',
Expand Down

0 comments on commit f100aaa

Please sign in to comment.