Browse Source

0.2.2

pysitemap-python-2.7
Kamo Petrosyan 9 years ago
parent
commit
8cf515e9fe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@ -13,7 +13,7 @@ setup(
version=get_version( version=get_version(
major=0, major=0,
minor=2, minor=2,
build=0,
build=2,
), ),
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES), packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
include_package_data=True, include_package_data=True,
@ -23,7 +23,6 @@ setup(
author_email='kamo@haikson.com', author_email='kamo@haikson.com',
description='web crawler and sitemap generator.', description='web crawler and sitemap generator.',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
@ -33,5 +32,6 @@ setup(
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
install_requires=['beautifulsoup4', 'mechanize'],
requires=['beautifulsoup4', 'mechanize'] requires=['beautifulsoup4', 'mechanize']
) )

Loading…
Cancel
Save