ksindi / implements

:snake: Pythonic interfaces using decorators
http://implements.readthedocs.io/
Apache License 2.0
33 stars 4 forks source link

Installation problem #1

Closed kshpytsya closed 5 years ago

kshpytsya commented 5 years ago

The implements.py does not get installed. Tested with:

This change fixes the issue.

diff --git a/setup.py b/setup.py

         include_package_data=True,
+        py_modules=['implements'],
         classifiers=textwrap.dedent("""
ksindi commented 5 years ago

Thanks @kshpytsya. Will release a fix. ~For some reason I'm not having that issue~. Misunderstood the problem.

ksindi commented 5 years ago

@kshpytsya released! https://pypi.org/project/implements/