Merge branch 'fix-pypi'
This commit is contained in:
commit
4ab58f6d16
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue