Skip to content

Commit

Permalink
[stubs] install alongside implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Oct 22, 2017
1 parent 0b93433 commit ec9f68a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import os
from setuptools import setup
import sys


def read(fname):
Expand All @@ -17,6 +18,10 @@ def read(fname):
author_email="srittau@rittau.biz",
url="https://github.com/srittau/python-asserts",
py_modules=["asserts", "test_asserts"],
data_files=[(
"lib/python{}.{}/site-packages".format(*sys.version_info[:2]),
["asserts.pyi"],
)],
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit ec9f68a

Please sign in to comment.