Skip to content

Commit

Permalink
setup: Use setuptools
Browse files Browse the repository at this point in the history
As for https://docs.python.org/3/library/distutils.html we rather want
the enhanced setuptools functionality.
  • Loading branch information
sils committed May 12, 2015
1 parent d28735f commit b29eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

from distutils.core import setup
from setuptools import setup

from coalib.misc.i18n import compile_translations

Expand Down

1 comment on commit b29eef9

@sils
Copy link
Member Author

@sils sils commented on b29eef9 May 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, Makman2 acked this

Please sign in to comment.