Skip to content

Commit

Permalink
Add license and tests_require to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Nov 5, 2017
1 parent 6fce09d commit 5ab8dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dtags/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '3.2.2'
VERSION = '3.2.3'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def run(self):
author_email='joohwan.oh@outlook.com',
url='https://github.com/joowani/dtags',
packages=find_packages(),
license='MIT',
tests_require=['pytest'],
classifiers=[
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 5ab8dae

Please sign in to comment.