File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Simple tools for building card games."""
22
33__title__ = "protocards"
4- __version__ = "0.1.1 "
4+ __version__ = "0.1.2 "
55__author__ = "Finn Ellis"
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "protocards" ,
10- version = "0.1.1 " ,
10+ version = "0.1.2 " ,
1111 author = "Finn Ellis" ,
1212 author_email = "relsqui@chiliahedron.com" ,
1313 license = "MIT" ,
1414 description = "Basic tools for working with generic game cards in python." ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
1717 url = "https://github.com/relsqui/protocards" ,
18- provides = [
19- "protocards" ,
20- ],
21- include_package_data = True ,
18+ packages = setuptools .find_packages (),
2219 classifiers = [
2320 "Development Status :: 3 - Alpha" ,
2421 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments