Kaydet (Commit) 227eaf78 authored tarafından Berker Peksag's avatar Berker Peksag

Use setuptools.find_packages() in setup.py.

üst 878359e8
#!/usr/bin/env python
from setuptools import setup
from setuptools import setup, find_packages
from setuputils import find_version, read
......@@ -14,7 +14,7 @@ setup(
author_email='pmaupin@gmail.com',
platforms='Independent',
url='https://github.com/berkerpeksag/astor',
packages=['astor'],
packages=find_packages(),
py_modules=['setuputils'],
classifiers=[
'Development Status :: 5 - Production/Stable',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment