blob: 0dbe4aad64041f6611c6ee60fa512a0be4596aef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2016-11-14 17:08:41 UTC
+++ setup.py
@@ -6,7 +6,7 @@ setup(
long_description = open('README.txt').read()
setup(
- name=xs.PACKAGE_NAME,
+ name='xstatic-roboto-fontface',
version=xs.PACKAGE_VERSION,
description=xs.DESCRIPTION,
long_description=long_description,
|