Skip to content

Commit

Permalink
Merge pull request #48 from swimlane/SPT-3496
Browse files Browse the repository at this point in the history
SPT-3496
  • Loading branch information
dmikov authored Nov 27, 2018
2 parents 9eee014 + 0858522 commit 53a9f6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ target/
Session.vim
.netrwhist
*~

# IDE
/.idea/
venv/
.vscode/
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def parse_requirements(requirement_file):


setup(
version="4.0.0",
name="swimlane",
author="Swimlane LLC",
author_email="[email protected]",
Expand All @@ -21,10 +22,8 @@ def parse_requirements(requirement_file):
license='AGPLv3',
install_requires=parse_requirements('./requirements.txt'),
setup_requires=[
'setuptools_scm',
'pytest-runner'
],
use_scm_version=True,
tests_require=parse_requirements('./test-requirements.txt'),
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3",
Expand Down

0 comments on commit 53a9f6b

Please sign in to comment.