Skip to content

Commit

Permalink
Merge pull request #92 from csala/Issue-91-enter_data_py_file_error
Browse files Browse the repository at this point in the history
Include atm/config, atm/data and atm/methods in the installed egg.
  • Loading branch information
kveerama committed Apr 30, 2018
2 parents f91a888 + 738f1d7 commit 5ff6b75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ atm/config/templates/aws.yaml
# ignore compiled docs
docs/build/*

# ignore build folders
build/
dist/


# ignore virtualenv and other binary files
atm-env/*
venv*/*
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE
include README.md
recursive-include atm/config *
recursive-include atm/data *
recursive-include atm/methods *
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
'pytest-xdist>=1.20',
'pytest-runner>=3',
'pytest-cov>=2.5',
]
],
include_package_data=True
)

0 comments on commit 5ff6b75

Please sign in to comment.