Skip to content

Commit

Permalink
Merge pull request #8 from moshthepitt/issue-1
Browse files Browse the repository at this point in the history
Django >= 1.11 and bump to version 0.0.2
  • Loading branch information
moshthepitt authored Jun 19, 2018
2 parents 75b112f + 614606e commit e5a11dc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
python_version = "3.6"

[packages]
"e1839a8" = {path = ".", editable = true}
"e1839a8" = {editable = true, path = "."}

[dev-packages]
"flake8" = "*"
Expand Down
58 changes: 29 additions & 29 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name='small-small-hr',
version='0.0.1',
version='0.0.2',
description='Minimal human resource management app for Django',
license='MIT',
author='Kelvin Jayanoris',
author_email='[email protected]',
url='https://github.com/moshthepitt/small-small-hr',
packages=find_packages(exclude=['docs', 'tests']),
install_requires=[
'Django >= 2',
'Django >= 1.11',
'voluptuous',
'psycopg2-binary',
'sorl-thumbnail',
Expand All @@ -24,8 +24,6 @@
],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Framework :: Django',
'Framework :: Django :: 2',
'Programming Language :: Python :: 3.6'
],
)

0 comments on commit e5a11dc

Please sign in to comment.