Skip to content

Commit

Permalink
Clarify the licence
Browse files Browse the repository at this point in the history
  • Loading branch information
GregEremeev committed Jul 2, 2019
1 parent c207029 commit 4bcdcfa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
author='Greg Eremeev',
author_email='gregory.eremeev@gmail.com',
version='0.3.0',
license='BSD',
license='BSD-3-Clause',
url='https://github.com/GregEremeev/rosreestr-api',
install_requires=requirements,
description='Toolset to work with rosreestr.ru/api',
packages=find_packages(),
extras_require={'dev': ['ipdb==0.12', 'pytest==4.6.3', 'httpretty==0.9.6']},
classifiers=['Programming Language :: Python :: 3.7'],
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython'
],
zip_safe=False,
include_package_data=True
)

0 comments on commit 4bcdcfa

Please sign in to comment.