release
This commit is contained in:
4
setup.py
4
setup.py
@@ -8,14 +8,14 @@ with open('README.rst') as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "manipulator",
|
name = "manipulator",
|
||||||
version = "0.0.1",
|
version = "0.0.2",
|
||||||
description = "Python data manipulation made braindead",
|
description = "Python data manipulation made braindead",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
author = "Veit Heller",
|
author = "Veit Heller",
|
||||||
author_email = "veit@veitheller.de",
|
author_email = "veit@veitheller.de",
|
||||||
license = "MIT License",
|
license = "MIT License",
|
||||||
url = "https://github.com/hellerve/manipulator",
|
url = "https://github.com/hellerve/manipulator",
|
||||||
download_url = 'https://github.com/hellerve/hawkweed/tarball/0.0.1',
|
download_url = 'https://github.com/hellerve/hawkweed/tarball/0.0.2',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user