Fixed minor naming issues

This commit is contained in:
Rob Cresswell 2016-05-04 14:53:38 +01:00
parent 6d6ed8f6a4
commit 24dc6ae9d6
7 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from xstatic.pkg import angular as xs
from xstatic.pkg import angular_schema_form as xs
# The README.txt file should be written in reST so that PyPI can use
# it to generate your project's PyPI page.

View File

@ -4,7 +4,7 @@ XStatic resource package
See package 'XStatic' for documentation and basic tools.
"""
DISPLAY_NAME = 'Angular Schema Form' # official name, upper/lowercase allowed, no spaces
DISPLAY_NAME = 'Angular-Schema-Form' # official name, upper/lowercase allowed, no spaces
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi
NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')