Blob Blame History Raw
diff --git a/setup.py b/setup.py
index ebea59f..2279729 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-from distutils.core import setup
+from setuptools import setup
 
 packages = \
-['tests', 'tomlkit']
+['tomlkit']
 
 package_data = \
 {'': ['*'],