Simplify setup.py

This commit is contained in:
Hynek Schlawack 2015-10-18 12:15:06 +02:00
parent 4c085a7dda
commit e6f9e9fac3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from setuptools import setup, find_packages
###############################################################################
NAME = "attrs"
PACKAGES = find_packages(where="src", exclude=["tests*"])
PACKAGES = find_packages(where="src")
META_PATH = os.path.join("src", "attr", "__init__.py")
KEYWORDS = ["class", "attribute", "boilerplate"]
CLASSIFIERS = [