Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Switch to find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 25, 2014
1 parent 907d6a3 commit c4f6bf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Expand Up @@ -3,7 +3,7 @@


def main():
from setuptools import setup
from setuptools import setup, find_packages

setup(name="synoptic",
version="2013.1",
Expand Down Expand Up @@ -42,11 +42,7 @@ def main():
],

scripts=["bin/synoptic"],
packages=[
"synoptic",
"synoptic.schema_ver_repo",
"synoptic.schema_ver_repo.versions"
],
packages=find_packages(),
include_package_data=True,
package_data={
'synoptic': [
Expand Down

0 comments on commit c4f6bf3

Please sign in to comment.