Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #848 from cfpb/fix-package-data
Browse files Browse the repository at this point in the history
Fix missing package data
  • Loading branch information
chosak authored Jan 4, 2018
2 parents 74eebf1 + 1e72daa commit 1d365d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup
from setuptools import find_packages, setup


setup(
name="regulations",
version_format='{tag}.dev{commitcount}+{gitsha}',
packages=['regulations'],
packages=find_packages(),
include_package_data=True,
setup_requires=[
'cfgov_setup==1.2',
Expand Down

0 comments on commit 1d365d1

Please sign in to comment.