1
0
Fork 0
mirror of synced 2024-06-05 17:01:09 -04:00

Merge branch 'fix-pypi'

This commit is contained in:
Anish Athalye 2018-06-03 15:46:33 -04:00
commit 4ab58f6d16

View file

@ -1,4 +1,4 @@
from setuptools import setup from setuptools import setup, find_packages
from codecs import open # For a consistent encoding from codecs import open # For a consistent encoding
from os import path from os import path
import re import re
@ -65,7 +65,7 @@ setup(
keywords='dotfiles', keywords='dotfiles',
packages=['dotbot'], packages=find_packages(),
setup_requires=[ setup_requires=[
'setuptools>=38.6.0', 'setuptools>=38.6.0',