Skip to content

Commit

Permalink
Use scm version in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
lig committed Feb 11, 2018
1 parent ba6fd86 commit c50db81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@

setup(
name='PyStarDict',
version='0.7',
use_scm_version=True,
description='Library for manipulating StarDict dictionaries from within Python',
author='Serge Matveenko',
author_email='[email protected]',
url='http://www.ohloh.net/p/pystardict',
install_requires=['six'],
setup_requires=['setuptools_scm'],
py_modules=['pystardict'],
data_files=[
('share/pystardict', [
Expand Down

0 comments on commit c50db81

Please sign in to comment.