Skip to content

Commit

Permalink
Merge pull request #5 from cfpb/add-manifest
Browse files Browse the repository at this point in the history
Add a MANIFEST.in file
  • Loading branch information
willbarton authored Mar 7, 2017
2 parents dc071ca + 70d1a8f commit 125a6b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
24 changes: 7 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## 1.0.1

## Unreleased
- Add a MANIFEST.in file #5

### Fixed
- Fix tests for Django >= 1.9 by removing model imports from `__init__.py`.


## 0.0.1 - 2017-01-31

### Added
- Initial files.
## 1.0.0

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.
- flag_check and flagged_url #4
- Django template support #3
- Fix tests for Django >= 1.9 by removing model imports from `__init__.py`.
- Initial migration from cfgov-refresh!
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.md
global-include *.html
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author='CFPB',
author_email='tech@cfpb.gov',
license='CC0',
version='1.0.0',
version='1.0.1',
include_package_data=True,
packages=find_packages(),
install_requires=install_requires,
Expand Down

0 comments on commit 125a6b0

Please sign in to comment.