We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79df09c commit 983fde7Copy full SHA for 983fde7
build_files/setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="python-utilities-jsm", # Replace with your own username
8
- version="1.0.0",
+ version="1.0.1",
9
author="Jonathan Morgan",
10
author_email="jonathan.morgan.007@gmail.com",
11
description="Myriad python utilities.",
@@ -27,7 +27,7 @@
27
"Topic :: Text Processing :: Markup :: HTML",
28
"Topic :: Utilities"
29
],
30
- install_requirements=[
+ install_requires=[
31
"bagit",
32
"beautifulsoup4",
33
"bleach",
0 commit comments