Removing the tag dependency until it is relevant.
This commit is contained in:
parent
db07547ecb
commit
887aab2960
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ description = 'Shortenit will shorten that url for you'
|
||||||
setup(
|
setup(
|
||||||
name='shortenit',
|
name='shortenit',
|
||||||
exclude_package_data={'': ['.gitignore', 'requirements/', 'setup.py']},
|
exclude_package_data={'': ['.gitignore', 'requirements/', 'setup.py']},
|
||||||
version_format='{tag}_{gitsha}',
|
version_format='{gitsha}',
|
||||||
setup_requires=['setuptools-git', 'setuptools-git-version'],
|
setup_requires=['setuptools-git', 'setuptools-git-version'],
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Elia El Lazkani',
|
author='Elia El Lazkani',
|
||||||
|
|
Loading…
Reference in a new issue