Skip to content

Commit

Permalink
Update package description and maintainer email address. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdavis authored Mar 2, 2019
1 parent d1e336a commit 9c32ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup, find_packages

__version__ = '0.1.0'
__version__ = '0.1.1'


setup(
name='cartography',
version=__version__,
description='Explore transitive risks across your technical infrastructure.',
description='Explore assets and their relationships across your technical infrastructure.',
url='https://www.github.com/lyft/cartography',
maintainer='Lyft',
maintainer_email='securitv@lyft.com',
maintainer_email='security@lyft.com',
license='apache2',
packages=find_packages(exclude=['tests*']),
package_data={
Expand Down

0 comments on commit 9c32ea7

Please sign in to comment.