Skip to content

Commit

Permalink
Merge pull request #83 from xsnippet/setuptools_scm
Browse files Browse the repository at this point in the history
Use setuptools_scm to do package versioning
  • Loading branch information
malor committed Apr 21, 2018
2 parents fce19ca + c9a390d commit 3c8c34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions MANIFEST.in

This file was deleted.

4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ def find_packages(namespace):
packages=find_packages('xsnippet'),
include_package_data=True,
zip_safe=False,
use_scm_version={
'root': here,
},
setup_requires=[
'pytest-runner',
'setuptools_scm',
],
install_requires=[
'aiohttp >= 3.0.0, < 4',
Expand Down

0 comments on commit 3c8c34c

Please sign in to comment.