-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
747a958
commit baa66c0
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
[metadata] | ||
name = propertylistings | ||
version = 0.1.8 | ||
version = 0.1.0 | ||
author = Christopher Christofi | ||
author_email = [email protected] | ||
description = Webscraping tool for archiving sales records on RightMove. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/christopher-christofi/listings | ||
url = https://github.com/christopher-christofi/propertylistings | ||
project_urls = | ||
Bug Tracker = https://github.com/christopher-christofi/listings/issues | ||
Bug Tracker = https://github.com/christopher-christofi/propertylistings/issues | ||
classifiers = | ||
Development Status :: 3 - Alpha | ||
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
Operating System :: OS Independent | ||
Programming Language :: Python :: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,16 @@ | |
if __name__ == "__main__": | ||
setuptools.setup( | ||
name='propertylistings', | ||
version='0.1.9', | ||
version='0.1.0', | ||
author='Christopher Christofi', | ||
author_email='[email protected]', | ||
license='GPL-3.0', | ||
description='Webscraping tool for archiving sales records on RightMove.', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url='https://github.com/christopher-christofi/listings', | ||
url='https://github.com/christopher-christofi/propertylistings', | ||
project_urls={ | ||
"Bug Tracker": "https://github.com/christopher-christofi/listings/issues", | ||
"Bug Tracker": "https://github.com/christopher-christofi/propertylistings/issues", | ||
}, | ||
packages=setuptools.find_packages(), | ||
include_package_data=True, | ||
|
@@ -31,7 +31,6 @@ | |
], | ||
}, | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', | ||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python :: 3', | ||
|