blob: 297aca09eb0cd6f2a7666bf88cfbed2c80339e5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2015-11-02 21:50:21 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
print(("%s version %s" % (PkgName, Version.__version__)))
setup(
- name = PkgName,
+ name = PkgName.lower(),
version = Version.__version__,
description = "Collection of utilities including general algorithms, astronomical transformations and Tkinter widgets",
long_description = long_description,
|