Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from automationator/master
Browse files Browse the repository at this point in the history
Changes package name to match the unique PyPI name
  • Loading branch information
automationator authored Aug 20, 2018
2 parents 0c50144 + ea4d20d commit 464de4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# urltools
# urlfinderlib
Python library for finding URLs in documents and arbitrary data and checking their validity.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
long_description=long_description,

# The project's main homepage.
url='https://github.com/IntegralDefense/urltools',
url='https://github.com/IntegralDefense/urlfinderlib',

# Author details
author='Matthew Wilson',
Expand Down Expand Up @@ -62,11 +62,11 @@
],

# What does your project relate to?
keywords='urltools',
keywords='urlfinderlib',

# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=['urltools'],
packages=['urlfinderlib'],

# Alternatively, if you want to distribute just a my_module.py, uncomment
# this:
Expand Down
2 changes: 2 additions & 0 deletions urlfinderlib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .urlfinderlib import find_urls
from .urlfinderlib import is_valid
File renamed without changes.
2 changes: 0 additions & 2 deletions urltools/__init__.py

This file was deleted.

0 comments on commit 464de4d

Please sign in to comment.