mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
setup: Use setuptools
This commit is contained in:
parent
212c8e15ac
commit
da2c9f7dd4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ File: setup.py
|
|||
Author: Steve Genoud
|
||||
Date: 2013-08-25
|
||||
'''
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
import remarkdown
|
||||
|
||||
setup(name='remarkdown',
|
||||
|
|
Loading…
Add table
Reference in a new issue