Simplify setup.py
This commit is contained in:
parent
4c085a7dda
commit
e6f9e9fac3
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ from setuptools import setup, find_packages
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
NAME = "attrs"
|
NAME = "attrs"
|
||||||
PACKAGES = find_packages(where="src", exclude=["tests*"])
|
PACKAGES = find_packages(where="src")
|
||||||
META_PATH = os.path.join("src", "attr", "__init__.py")
|
META_PATH = os.path.join("src", "attr", "__init__.py")
|
||||||
KEYWORDS = ["class", "attribute", "boilerplate"]
|
KEYWORDS = ["class", "attribute", "boilerplate"]
|
||||||
CLASSIFIERS = [
|
CLASSIFIERS = [
|
||||||
|
|
Loading…
Reference in New Issue